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=eric.dong@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 15C4A2034860A for ; Mon, 21 May 2018 22:51:13 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 May 2018 22:51:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,429,1520924400"; d="scan'208";a="43732928" Received: from ydong10-win10.ccr.corp.intel.com ([10.239.9.24]) by orsmga006.jf.intel.com with ESMTP; 21 May 2018 22:51:12 -0700 From: Eric Dong To: edk2-devel@lists.01.org Date: Tue, 22 May 2018 13:51:09 +0800 Message-Id: <20180522055111.4108-1-eric.dong@intel.com> X-Mailer: git-send-email 2.15.0.windows.1 Subject: [Patch 0/2] Fix ECC reported issues. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2018 05:51:14 -0000 Fix ECC reported issues. Eric Dong (2): MdePkg/TcgStorage*.h: Fixed ECC reported issues. MdePkg/TcgStorage*.h: Fix ECC reported issues. MdePkg/Include/IndustryStandard/TcgStorageCore.h | 2 +- MdePkg/Include/IndustryStandard/TcgStorageOpal.h | 8 ++++---- SecurityPkg/Include/Library/TcgStorageCoreLib.h | 2 +- SecurityPkg/Include/Library/TcgStorageOpalLib.h | 12 ++++++------ SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalUtil.c | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) -- 2.15.0.windows.1