diff options
author | Dandan Bi <dandan.bi@intel.com> | 2017-02-28 16:04:13 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2017-02-28 16:45:18 +0800 |
commit | c325e41585e374d40fb36b434e61a1ab0fca5b1c (patch) | |
tree | b708caa0fe788e06102f8df1d98562edc200cbc6 /MdeModulePkg/Application | |
parent | bdc8cb0d3b8dc53fdf1b14af4245432d2bfb8115 (diff) | |
download | edk2-c325e41585e374d40fb36b434e61a1ab0fca5b1c.tar.gz |
MdeModulePkg: Fix coding style issues
1. Make function comments align with the function.
2. Change the FILE_GUID value in SmmSmiHandlerProfileLib.inf
since it is duplicated with the FILE_GUID value in
SmiHandlerProfileLibNull.inf
3. Add missing PCD PROMPT&HELP string to uni file.
Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'MdeModulePkg/Application')
-rw-r--r-- | MdeModulePkg/Application/SmiHandlerProfileInfo/SmiHandlerProfileInfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Application/SmiHandlerProfileInfo/SmiHandlerProfileInfo.c b/MdeModulePkg/Application/SmiHandlerProfileInfo/SmiHandlerProfileInfo.c index 00cab0cd8e..84a1c8ee53 100644 --- a/MdeModulePkg/Application/SmiHandlerProfileInfo/SmiHandlerProfileInfo.c +++ b/MdeModulePkg/Application/SmiHandlerProfileInfo/SmiHandlerProfileInfo.c @@ -245,7 +245,7 @@ GetShortPdbFileName ( 2. FFS UI section
3. Image GUID
- @param[in] DriverInfo Pointer to memory profile driver info.
+ @param[in] ImageStruct Point to the image structure.
@return The resulting Ascii name string is stored in the mNameString global array.
|