ShellPkg/UefiShellAcpiViewCommandLib: Fix ECC issues
Make the function comments follow EDK2 coding style. Cc: Sami Mujawar <sami.mujawar@arm.com> Cc: Evan Lloyd <evan.lloyd@arm.com> Cc: Jaben Carsey <jaben.carsey@intel.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/**
|
||||
/** @file
|
||||
Main file for 'acpiview' Shell command function.
|
||||
|
||||
Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>
|
||||
@ -49,7 +49,8 @@ ACPI_TABLE_PARSER ParserList[] = {
|
||||
{EFI_ACPI_6_2_EXTENDED_SYSTEM_DESCRIPTION_TABLE_SIGNATURE, ParseAcpiXsdt}
|
||||
};
|
||||
|
||||
/** This function registers all the available table parsers.
|
||||
/**
|
||||
This function registers all the available table parsers.
|
||||
|
||||
@retval EFI_SUCCESS The parser is registered.
|
||||
@retval EFI_ALREADY_STARTED The parser for the ACPI Table
|
||||
@ -57,7 +58,7 @@ ACPI_TABLE_PARSER ParserList[] = {
|
||||
@retval EFI_INVALID_PARAMETER A parameter is invalid.
|
||||
@retval EFI_OUT_OF_RESOURCES No space to register the
|
||||
parser.
|
||||
*/
|
||||
**/
|
||||
EFI_STATUS
|
||||
RegisterAllParsers (
|
||||
)
|
||||
@ -80,7 +81,7 @@ RegisterAllParsers (
|
||||
Return the file name of the help text file if not using HII.
|
||||
|
||||
@return The string pointer to the file name.
|
||||
*/
|
||||
**/
|
||||
CONST CHAR16*
|
||||
EFIAPI
|
||||
ShellCommandGetManFileNameAcpiView (
|
||||
@ -101,7 +102,7 @@ ShellCommandGetManFileNameAcpiView (
|
||||
@retval EFI_SUCCESS The Shell command handlers were installed
|
||||
successfully.
|
||||
@retval EFI_DEVICE_ERROR Hii package failed to install.
|
||||
*/
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
UefiShellAcpiViewCommandLibConstructor (
|
||||
@ -152,7 +153,7 @@ UefiShellAcpiViewCommandLibConstructor (
|
||||
|
||||
@param ImageHandle The image handle of the process.
|
||||
@param SystemTable The EFI System Table pointer.
|
||||
*/
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
UefiShellAcpiViewCommandLibDestructor (
|
||||
|
Reference in New Issue
Block a user