From: jji4 Date: Fri, 21 Nov 2008 02:57:57 +0000 (+0000) Subject: Function headers and comments have been checked with spec. X-Git-Tag: edk2-stable201903~19592 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=58125b7a64b7378d78bdeb6da639ff51eb74e38f Function headers and comments have been checked with spec. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6653 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Include/Library/PrintLib.h b/MdePkg/Include/Library/PrintLib.h index e47dbae5e0..1158a47b15 100644 --- a/MdePkg/Include/Library/PrintLib.h +++ b/MdePkg/Include/Library/PrintLib.h @@ -473,10 +473,10 @@ AsciiSPrintUnicodeFormat ( UINTN EFIAPI AsciiValueToString ( - IN OUT CHAR8 *Buffer, - IN UINTN Flags, - IN INT64 Value, - IN UINTN Width + OUT CHAR8 *Buffer, + IN UINTN Flags, + IN INT64 Value, + IN UINTN Width ); #endif diff --git a/MdePkg/Library/BasePrintLib/PrintLib.c b/MdePkg/Library/BasePrintLib/PrintLib.c index 92deb5f5db..d08024758a 100644 --- a/MdePkg/Library/BasePrintLib/PrintLib.c +++ b/MdePkg/Library/BasePrintLib/PrintLib.c @@ -492,10 +492,10 @@ AsciiSPrintUnicodeFormat ( UINTN EFIAPI AsciiValueToString ( - IN OUT CHAR8 *Buffer, - IN UINTN Flags, - IN INT64 Value, - IN UINTN Width + OUT CHAR8 *Buffer, + IN UINTN Flags, + IN INT64 Value, + IN UINTN Width ) { return BasePrintLibConvertValueToString (Buffer, Flags, Value, Width, 1);