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.120; helo=mga04.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 C617420356253 for ; Mon, 4 Dec 2017 22:40:41 -0800 (PST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Dec 2017 22:45:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,363,1508828400"; d="scan'208";a="13170134" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga001.jf.intel.com with ESMTP; 04 Dec 2017 22:45:11 -0800 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 4 Dec 2017 22:45:11 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 4 Dec 2017 22:45:11 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.152]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.213]) with mapi id 14.03.0319.002; Tue, 5 Dec 2017 14:45:09 +0800 From: "Gao, Liming" To: "Wu, Hao A" , "edk2-devel@lists.01.org" CC: "Ni, Ruiyu" , "Zeng, Star" , "Dong, Eric" , "Bi, Dandan" Thread-Topic: [PATCH 0/2] MdeModulePkg: Remove unnecessary parentheses in 'if' Thread-Index: AQHTbYh4N90xLr+U4EW4KQlxIgSsKqM0TgQg Date: Tue, 5 Dec 2017 06:45:08 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E18A567@SHSMSX104.ccr.corp.intel.com> References: <20171205051809.10564-1-hao.a.wu@intel.com> In-Reply-To: <20171205051809.10564-1-hao.a.wu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/2] MdeModulePkg: Remove unnecessary parentheses in 'if' 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, 05 Dec 2017 06:40:42 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao > -----Original Message----- > From: Wu, Hao A > Sent: Tuesday, December 5, 2017 1:18 PM > To: edk2-devel@lists.01.org > Cc: Wu, Hao A ; Gao, Liming ; N= i, Ruiyu ; Zeng, Star > ; Dong, Eric ; Bi, Dandan > Subject: [PATCH 0/2] MdeModulePkg: Remove unnecessary parentheses in 'if' >=20 > The series removes unnecessary parentheses in 'if' statements. >=20 > Cc: Liming Gao > Cc: Ruiyu Ni > Cc: Star Zeng > Cc: Eric Dong > Cc: Dandan Bi >=20 > Hao Wu (2): > MdeModulePkg/PartitionDxe: Remove unnecessary parentheses in 'if' > MdeModulePkg/DisplayEngineDxe: Remove unnecessary parentheses in 'if' >=20 > MdeModulePkg/Universal/Disk/PartitionDxe/Partition.c | 2 +- > MdeModulePkg/Universal/DisplayEngineDxe/Popup.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >=20 > -- > 2.12.0.windows.1