From d0c80b8a2de8ac90f51b86cce24e6c9c267ae5b4 Mon Sep 17 00:00:00 2001 From: Dandan Bi Date: Tue, 20 Dec 2016 15:12:56 +0800 Subject: [PATCH] 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 --- UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c | 2 +- UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibNoStm.c | 2 +- UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2