From: Dandan Bi Date: Tue, 20 Dec 2016 07:12:56 +0000 (+0800) Subject: UefiCpuPkg/SmmCpuFeaturesLib: Fix coding style issues X-Git-Tag: edk2-stable201903~4890 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=d0c80b8a2de8ac90f51b86cce24e6c9c267ae5b4;hp=ead54b965fa161f8e56117f1f7e2cc342e44aa37 UefiCpuPkg/SmmCpuFeaturesLib: Fix coding style issues Cc: Michael Kinney Cc: Jeff Fan Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi Reviewed-by: Michael Kinney --- diff --git a/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c b/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c index 31d73cd0b8..079baa4ae1 100644 --- a/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c +++ b/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c @@ -43,7 +43,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. /** Internal worker function that is called to complete CPU initialization at the - end of SmmCpuFeaturesInitializeProcessor() + end of SmmCpuFeaturesInitializeProcessor(). **/ VOID diff --git a/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibNoStm.c b/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibNoStm.c index e872eec0cd..5276856797 100644 --- a/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibNoStm.c +++ b/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibNoStm.c @@ -18,7 +18,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. /** Internal worker function that is called to complete CPU initialization at the - end of SmmCpuFeaturesInitializeProcessor() + end of SmmCpuFeaturesInitializeProcessor(). **/ VOID diff --git a/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.c b/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.c index 59c49e3881..bb123badc8 100644 --- a/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.c +++ b/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.c @@ -190,7 +190,7 @@ SmmCpuFeaturesLibStmConstructor ( /** Internal worker function that is called to complete CPU initialization at the - end of SmmCpuFeaturesInitializeProcessor() + end of SmmCpuFeaturesInitializeProcessor(). **/ VOID