From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 4B54681D64 for ; Sun, 15 Jan 2017 18:04:20 -0800 (PST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 15 Jan 2017 18:04:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,236,1477983600"; d="scan'208";a="30946581" Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.135]) by orsmga002.jf.intel.com with ESMTP; 15 Jan 2017 18:04:19 -0800 From: Dandan Bi To: edk2-devel@lists.01.org Cc: Jaben Carsey , Ruiyu Ni Date: Mon, 16 Jan 2017 10:03:34 +0800 Message-Id: <1484532214-124596-1-git-send-email-dandan.bi@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 Subject: [patch] ShellPkg/HandleParsingLib: Fix coding style issue X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2017 02:04:20 -0000 Cc: Jaben Carsey Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi --- 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