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:
@ -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
|
||||
|
Reference in New Issue
Block a user