diff options
author | Dandan Bi <dandan.bi@intel.com> | 2016-12-20 15:12:56 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2016-12-21 11:33:20 +0800 |
commit | d0c80b8a2de8ac90f51b86cce24e6c9c267ae5b4 (patch) | |
tree | 0b6f51deff61ec2becb45b65ac73bf4eec1f6907 /UefiCpuPkg | |
parent | ead54b965fa161f8e56117f1f7e2cc342e44aa37 (diff) | |
download | edk2-d0c80b8a2de8ac90f51b86cce24e6c9c267ae5b4.tar.gz edk2-d0c80b8a2de8ac90f51b86cce24e6c9c267ae5b4.tar.bz2 edk2-d0c80b8a2de8ac90f51b86cce24e6c9c267ae5b4.zip |
UefiCpuPkg/SmmCpuFeaturesLib: Fix coding style issues
Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Jeff Fan <jeff.fan@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'UefiCpuPkg')
-rw-r--r-- | UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c | 2 | ||||
-rw-r--r-- | UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibNoStm.c | 2 | ||||
-rw-r--r-- | 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
|