From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from g4t3427.houston.hpe.com (g4t3427.houston.hpe.com [15.241.140.73]) (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 1E6FE21E1DAF1 for ; Fri, 4 Aug 2017 12:16:54 -0700 (PDT) Received: from arm-build-server.us.rdlabs.hpecorp.net (arm-build-server.us.rdlabs.hpecorp.net [16.84.24.54]) by g4t3427.houston.hpe.com (Postfix) with ESMTP id DC8FA5C; Fri, 4 Aug 2017 19:19:05 +0000 (UTC) From: Thomas Palmer To: edk2-devel@lists.01.org Cc: jordan.l.justen@intel.com, lersek@redhat.com, brijesh.singh@amd.com, joseph.shifflett@hpe.com, Thomas Palmer Date: Fri, 4 Aug 2017 14:18:41 -0500 Message-Id: <1501874321-38880-1-git-send-email-thomas.palmer@hpe.com> X-Mailer: git-send-email 2.7.4 Subject: [PATCH 1/1] OvmfPkg/IoMmuDxe: Fix header guard macro 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, 04 Aug 2017 19:16:54 -0000 Correct the header guard macro Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Thomas Palmer --- OvmfPkg/IoMmuDxe/AmdSevIoMmu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OvmfPkg/IoMmuDxe/AmdSevIoMmu.h b/OvmfPkg/IoMmuDxe/AmdSevIoMmu.h index 8b3962a8c395..47428c235090 100644 --- a/OvmfPkg/IoMmuDxe/AmdSevIoMmu.h +++ b/OvmfPkg/IoMmuDxe/AmdSevIoMmu.h @@ -7,6 +7,7 @@ Copyright (c) 2017, Intel Corporation. All rights reserved.
Copyright (c) 2017, AMD Inc. All rights reserved.
+ (C) Copyright 2017 Hewlett Packard Enterprise Development LP
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -18,7 +19,7 @@ **/ #ifndef __AMD_SEV_IOMMU_H_ -#define __AMD_SEV_IOMMU_H +#define __AMD_SEV_IOMMU_H_ #include -- 2.7.4