From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 443B520D2C3B9 for ; Mon, 27 Mar 2017 19:17:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490667421; x=1522203421; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=qIPkHada7MW/6zzvOQoSkZ2NHNkLdKst8enrD2PUUgI=; b=svtKHjpvPfjxa9NA8M6K+BDJAGgxFep3Tkb8z18MhjgfqUcCuIPWIQYW tAKbXspliRIjZehlBqM11JdWcAtPog==; Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Mar 2017 19:17:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,234,1486454400"; d="scan'208";a="81285084" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga005.fm.intel.com with ESMTP; 27 Mar 2017 19:17:00 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 27 Mar 2017 19:17:00 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 27 Mar 2017 19:16:59 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.42]) by shsmsx102.ccr.corp.intel.com ([169.254.2.212]) with mapi id 14.03.0248.002; Tue, 28 Mar 2017 10:16:51 +0800 From: "Ni, Ruiyu" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Chen, Chen A" Thread-Topic: [patch 2/2] ShellPkg/Shell: Make comments align with the function Thread-Index: AQHSp170xM4S7PvCLkuKNmtqjvKgKaGpg6hg Date: Tue, 28 Mar 2017 02:16:50 +0000 Deferred-Delivery: Tue, 28 Mar 2017 02:16:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5B8ED0ED@SHSMSX104.ccr.corp.intel.com> References: <1490662895-69668-1-git-send-email-dandan.bi@intel.com> <1490662895-69668-2-git-send-email-dandan.bi@intel.com> In-Reply-To: <1490662895-69668-2-git-send-email-dandan.bi@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [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 02:17:01 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni Thanks/Ray > -----Original Message----- > From: Bi, Dandan > Sent: Tuesday, March 28, 2017 9:02 AM > To: edk2-devel@lists.01.org > Cc: Chen, Chen A ; Ni, Ruiyu > Subject: [patch 2/2] ShellPkg/Shell: Make comments align with the functio= n >=20 > 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(-) >=20 > 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. >=20 > The buffer is callee allocated and should be freed by the caller. >=20 > - @param ImagePath The path to the image for shell. firs= t place to > look for the startup script > - @param FilePath The path to the file for shell. secon= d place to look > for the startup script. > + @param ImageDevicePath The path to the image for shell. firs= t place > to look for the startup script > + @param FileDevicePath The path to the file for shell. secon= d place to > look for the startup script. >=20 > @retval NULL No Startup.nsh file was found. > @return !=3DNULL Pointer to NULL-terminated path. > **/ > CHAR16 * > -- > 1.9.5.msysgit.1