From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.43; helo=mga05.intel.com; envelope-from=dandan.bi@intel.com; receiver=edk2-devel@lists.01.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 8901A21160A2E for ; Sun, 7 Oct 2018 23:08:12 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Oct 2018 23:08:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,355,1534834800"; d="scan'208";a="263739883" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga005.jf.intel.com with ESMTP; 07 Oct 2018 23:07:15 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 7 Oct 2018 23:07:15 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 7 Oct 2018 23:07:15 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.217]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.245]) with mapi id 14.03.0319.002; Mon, 8 Oct 2018 14:07:12 +0800 From: "Bi, Dandan" To: "Wu, Jiaxin" , "edk2-devel@lists.01.org" CC: "Carsey, Jaben" , "Fu, Siyuan" , "Ye, Ting" Thread-Topic: [Patch 0/2] Correct comments to align with the input parameter. Thread-Index: AQHUXrOP62T62x1Npk+zbUFXvkCtraUU3L2g Date: Mon, 8 Oct 2018 06:07:11 +0000 Message-ID: <3C0D5C461C9E904E8F62152F6274C0BB3BBC0F46@shsmsx102.ccr.corp.intel.com> References: <20181008030325.4188-1-Jiaxin.wu@intel.com> In-Reply-To: <20181008030325.4188-1-Jiaxin.wu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/2] Correct comments to align with the input parameter. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2018 06:08:12 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Dandan Bi Thanks, Dandan -----Original Message----- From: Wu, Jiaxin=20 Sent: Monday, October 8, 2018 11:03 AM To: edk2-devel@lists.01.org Cc: Carsey, Jaben ; Fu, Siyuan ; Ye, Ting ; Bi, Dandan ; Wu, Jiax= in Subject: [Patch 0/2] Correct comments to align with the input parameter. Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1230 Cc: Carsey Jaben Cc: Fu Siyuan Cc: Ye Ting Cc: Bi Dandan Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Wu Jiaxin Jiaxin Wu (2): NetworkPkg/UefiPxeBcDxe: Correct comments to align with the input parameter. ShellPkg/TftpDynamicCommand: Correct comments to align with the input parameter. NetworkPkg/UefiPxeBcDxe/PxeBcMtftp.c | 11 ++++++++++- NetworkPkg/UefiPxeBcDxe/PxeBcMtftp.h | 5 ++++- ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c | 2 ++ 3 files changed, 16 insertions(+), 2 deletions(-) --=20 2.17.1.windows.2