From patchwork Fri Aug 4 19:18:41 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Palmer, Thomas" X-Patchwork-Id: 109462 Delivered-To: patch@linaro.org Received: by 10.140.101.6 with SMTP id t6csp2580806qge; Fri, 4 Aug 2017 12:19:10 -0700 (PDT) X-Received: by 10.84.231.131 with SMTP id g3mr3949225plk.283.1501874350692; Fri, 04 Aug 2017 12:19:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1501874350; cv=none; d=google.com; s=arc-20160816; b=cryXELZVvjRXGy8bgRzqRvtL5T8aUQfZnGeWt0a43LK+Vp6waf9PF/li1XAvsYm50b FJ0MMpOWmPEVdGIDwDP+NJJyhxBPGPKfxD5TUvGhb/7y1rIie8HMDNG20XwUH4L12XcE fLJN28sMF2+XPRwQ5n1afylPMRHy7mUv7maztrF9YiKwbvHl2d5W6++JrwGp63CDts8i VUMi/zqA3OImWWe6zRgZtMdmluuBgz0tqVX8jUOS+wNrcYczNTzJmrlylVq3Z/KsEPAU t7Vd79oTUnc/oAgcGYmMB89F3yS3oNIo5otJILPzwAjrRauQHc4m0XrCTpse17ACg7gB h3/g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version:cc :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:message-id:date:to:from:delivered-to :arc-authentication-results; bh=6Dn8UjDOMZEXfIMj3ZHXvKDsYkFTyF8UvW5jDueja2U=; b=jSdTNNRH4V9/RMQb8SaXd3QLsWeyRQdUpFKjDPMJ521IpQyAEo3bDRe9YqX2Wn3Cws RbL0IJYmaiZhvqyVa35HZTCQMxUMg+VvEbPyExEK4/qVFmyEKoqQpjdLTi2QpEXUX1Pe s9YmGGZ5zmD280LAnAfRHA4BTWW2fRZ5Md1cJBvobU+c1eOr+9M1yIu2+Y1ZeZ1+k60e Syd1Xmtn4co9lGfxL1BLZh2aFJHmH5cKy8B2ZCUM5EeUvQoth0GhdtcOqmQ9kJ0W9GZ/ enE2irm8eb9NQWxLrNPVhwWl5PlfuTq2S/MTc1u+U+XPo5O71VNUPcpecseneG6YXBZC A+5w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 2001:19d0:306:5::1 as permitted sender) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org. [2001:19d0:306:5::1]) by mx.google.com with ESMTPS id j13si1341273pgc.699.2017.08.04.12.19.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Aug 2017 12:19:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 2001:19d0:306:5::1 as permitted sender) client-ip=2001:19d0:306:5::1; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 2001:19d0:306:5::1 as permitted sender) smtp.mailfrom=edk2-devel-bounces@lists.01.org Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 25832209589C6; Fri, 4 Aug 2017 12:16:56 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org Delivered-To: edk2-devel@lists.01.org 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 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: [edk2] [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: , Cc: jordan.l.justen@intel.com, lersek@redhat.com MIME-Version: 1.0 Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" 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(-) -- 2.7.4 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel 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