mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
ead54b965f
commit
d0c80b8a2d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -190,7 +190,7 @@ SmmCpuFeaturesLibStmConstructor (
|
|||
|
||||
/**
|
||||
Internal worker function that is called to complete CPU initialization at the
|
||||
end of SmmCpuFeaturesInitializeProcessor()
|
||||
end of SmmCpuFeaturesInitializeProcessor().
|
||||
|
||||
**/
|
||||
VOID
|
||||
|
|
Loading…
Reference in New Issue