Reviewed-by: Jaben Carsey <[email protected]> > -----Original Message----- > From: Bi, Dandan > Sent: Sunday, January 15, 2017 6:04 PM > To: [email protected] > Cc: Carsey, Jaben <[email protected]>; Ni, Ruiyu <[email protected]> > Subject: [patch] ShellPkg/HandleParsingLib: Fix coding style issue > Importance: High > > Cc: Jaben Carsey <[email protected]> > Cc: Ruiyu Ni <[email protected]> > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Dandan Bi <[email protected]> > --- > ShellPkg/Include/Library/HandleParsingLib.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/ShellPkg/Include/Library/HandleParsingLib.h > b/ShellPkg/Include/Library/HandleParsingLib.h > index b02cf4f..6416128 100644 > --- a/ShellPkg/Include/Library/HandleParsingLib.h > +++ b/ShellPkg/Include/Library/HandleParsingLib.h > @@ -390,12 +390,12 @@ GetHandleListByProtocolList ( > > > /** > Return all supported GUIDs. > > - @param[out] Guids The buffer to return all supported GUIDs. > - @param[in out] Count On input, the count of GUIDs the buffer can hold, > + @param[out] Guids The buffer to return all supported GUIDs. > + @param[in, out] Count On input, the count of GUIDs the buffer can hold, > On output, the count of GUIDs to return. > > @retval EFI_INVALID_PARAMETER Count is NULL. > @retval EFI_BUFFER_TOO_SMALL Buffer is not enough to hold all GUIDs. > @retval EFI_SUCCESS GUIDs are returned successfully. > -- > 1.9.5.msysgit.1
_______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

