From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 1DA0F20D2C3BA for ; Mon, 27 Mar 2017 18:02:09 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP; 27 Mar 2017 18:02:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,234,1486454400"; d="scan'208";a="948823785" Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.135]) by orsmga003.jf.intel.com with ESMTP; 27 Mar 2017 18:02:07 -0700 From: Dandan Bi To: edk2-devel@lists.01.org Cc: Chen A Chen , Ruiyu Ni Date: Tue, 28 Mar 2017 09:01:35 +0800 Message-Id: <1490662895-69668-2-git-send-email-dandan.bi@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 In-Reply-To: <1490662895-69668-1-git-send-email-dandan.bi@intel.com> References: <1490662895-69668-1-git-send-email-dandan.bi@intel.com> Subject: [patch 2/2] ShellPkg/Shell: Make comments align with the function X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 01:02:09 -0000 Cc: Chen A Chen Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi --- ShellPkg/Application/Shell/Shell.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ShellPkg/Application/Shell/Shell.c b/ShellPkg/Application/Shell/Shell.c index dfcbfb8..5a941aa 100644 --- a/ShellPkg/Application/Shell/Shell.c +++ b/ShellPkg/Application/Shell/Shell.c @@ -1134,12 +1134,12 @@ ProcessCommandLine( /** Function try to find location of the Startup.nsh file. The buffer is callee allocated and should be freed by the caller. - @param ImagePath The path to the image for shell. first place to look for the startup script - @param FilePath The path to the file for shell. second place to look for the startup script. + @param ImageDevicePath The path to the image for shell. first place to look for the startup script + @param FileDevicePath The path to the file for shell. second place to look for the startup script. @retval NULL No Startup.nsh file was found. @return !=NULL Pointer to NULL-terminated path. **/ CHAR16 * -- 1.9.5.msysgit.1