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.93; helo=mga11.intel.com; envelope-from=dandan.bi@intel.com; receiver=edk2-devel@lists.01.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 6BBB8202E6114 for ; Thu, 19 Oct 2017 17:56:29 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Oct 2017 18:00:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,404,1503385200"; d="scan'208";a="911740571" Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.135]) by FMSMGA003.fm.intel.com with ESMTP; 19 Oct 2017 18:00:07 -0700 From: Dandan Bi To: edk2-devel@lists.01.org Date: Fri, 20 Oct 2017 08:59:49 +0800 Message-Id: <1508461193-5204-1-git-send-email-dandan.bi@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 Subject: [patch 0/4] Fix coding style issue 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: Fri, 20 Oct 2017 00:56:30 -0000 This pacth series maily refine the coding style, such as adding some missing comments, making comments alin with function... Dandan Bi (4): IntelFrameworkModulePkg/Csm: Refine coding style in comments IntelFrameworkModule/LegacyBios: not use explicit comparisons for BOOLEAN type MdeModulePkg/DxeIplPeim: Refine coding style in function comments UefiCpuPkg/MtrrLib: Make comments align with function .../Csm/BiosThunk/KeyboardDxe/BiosKeyboard.c | 8 ++++---- IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBios.c | 12 ++++++------ .../Csm/LegacyBiosDxe/LegacyBiosInterface.h | 8 ++++---- MdeModulePkg/Core/DxeIplPeim/DxeIpl.h | 14 +++++++------- MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c | 15 +++++++++++---- UefiCpuPkg/Include/Library/MtrrLib.h | 2 +- UefiCpuPkg/Library/MtrrLib/MtrrLib.c | 2 +- 7 files changed, 34 insertions(+), 27 deletions(-) -- 1.9.5.msysgit.1