FatPkg/EnhancedFatDxe: Make the comments align with EDKIIcoding style

Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
Dandan Bi
2016-12-09 10:07:49 +08:00
committed by Ruiyu Ni
parent 6b7e4498e8
commit cae7420b4b
21 changed files with 1664 additions and 2747 deletions

View File

@ -189,9 +189,8 @@ FatStriCmp (
/**
Uppercase a string.
@param Str The string which will be upper-cased.
@param String The string which will be upper-cased.
@return None.
**/
VOID
@ -209,9 +208,8 @@ FatStrUpr (
/**
Lowercase a string
@param Str The string which will be lower-cased.
@param String The string which will be lower-cased.
@return None
**/
VOID