From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web12.1818.1578608084073889757 for ; Thu, 09 Jan 2020 14:14:44 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: iwen.evelyn.wang@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2020 14:14:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,414,1571727600"; d="scan'208";a="223501248" Received: from iwenevel-dev01.amr.corp.intel.com ([10.9.70.66]) by orsmga006.jf.intel.com with ESMTP; 09 Jan 2020 14:14:43 -0800 From: "Evelyn Wang" To: devel@edk2.groups.io Cc: Jenny Huang , More Shih , Ray Ni , Rangasai V Chaganty , Jiewen Yao Subject: [PATCH v1] IntelSiliconPkg-VTd: Fixed a ECC Error Date: Thu, 9 Jan 2020 14:14:38 -0800 Message-Id: <20200109221438.12172-1-iwen.evelyn.wang@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 The function has NO comment immediately preceding it. Need to remove the space between the function and the comment Signed-off-by: Evelyn Wang Cc: Jenny Huang Cc: More Shih Cc: Ray Ni Cc: Rangasai V Chaganty Cc: Jiewen Yao --- In V1: Add a issue description --- Silicon/Intel/IntelSiliconPkg/Include/Library/PeiGetVtdPmrAlignmentLib.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Silicon/Intel/IntelSiliconPkg/Include/Library/PeiGetVtdPmrAlignmentLib.h b/Silicon/Intel/IntelSiliconPkg/Include/Library/PeiGetVtdPmrAlignmentLib.h index ebfe904053..86c519f48d 100644 --- a/Silicon/Intel/IntelSiliconPkg/Include/Library/PeiGetVtdPmrAlignmentLib.h +++ b/Silicon/Intel/IntelSiliconPkg/Include/Library/PeiGetVtdPmrAlignmentLib.h @@ -13,7 +13,6 @@ Get the global VT-d protected memory alignment. @return The maximum protected memory alignment. Ex: 0x100000 **/ - UINTN EFIAPI GetGlobalVtdPmrAlignment ( -- 2.16.2.windows.1