From patchwork Fri Aug 4 20:28:17 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Palmer, Thomas" X-Patchwork-Id: 109463 Delivered-To: patch@linaro.org Received: by 10.140.101.6 with SMTP id t6csp2655240qge; Fri, 4 Aug 2017 13:28:22 -0700 (PDT) X-Received: by 10.84.224.202 with SMTP id k10mr4318771pln.263.1501878502742; Fri, 04 Aug 2017 13:28:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1501878502; cv=none; d=google.com; s=arc-20160816; b=b47PNOwkPCUr0dX+Hgp0A/7byPXyr4xMbqSGk9xXZng1Jzf4rcTBaAz2JutHKgAZEo BAjYDFQsePhVHPhbRm4IcVZHPt9MyrgGjRkyeFIKN63Kh5ifB5d0pQH+GZP6bEbn8P08 DjJ84/5R7Et2E91SdgK9Df5jl/uUDboqfvfpz6qTgU9VSofAU1Ztrfun5fYqi8D/zUN+ ziJHYOGStBZgNtGoRQljaeyagjnHEJqzvjKdXXYYD6Y252hCP8YwQuWNVyo9tixpzbnD P3zwFwCaiQHaAHTKvCOB/VpFr1lJVKef6F1ao8JBw0OfwX5qenkf8yutClk3gOmxqBXI sSWw== 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=g18cdUVD5F3hqiNT5QdvnJ5d6TYJ5wd9NLEukiRdpug=; b=DNNR4f7UTfXp1R/k7iFhoHDMiGvdFDwSyoo4VitvtUF350OJY/6csVTC38etFNFYQz AFTKGKEULnOSmzxLY/houlIfZEbBOHZdAxyWThnSLWeqvJJc5tFS/z/GL8N+IBYhkiyM FBdEB9jQ+7Gj9+6eu415PKmyDJjxAxa8WzNluwCR6f5yG4v91xVBXCDbQ303dHCC8Y7j M3fxgeeQmnbRlj3R63cyKwvkXgxffFoRdRLcs8scKeLCrnG+DY1oHYsM1AoE23cwNn7u TENKPfQ+yReIdv0D18LdY8Nf8mXTp5/M2HWr4Tfg0v/bitSmYaJpg+ChDGrSN2ql4St3 ThIQ== 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 198.145.21.10 as permitted sender) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org. [198.145.21.10]) by mx.google.com with ESMTPS id x63si1449579pff.604.2017.08.04.13.28.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Aug 2017 13:28:22 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 198.145.21.10 as permitted sender) client-ip=198.145.21.10; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 198.145.21.10 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 E8DD621D491AF; Fri, 4 Aug 2017 13:26:08 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org Delivered-To: edk2-devel@lists.01.org Received: from g2t2353.austin.hpe.com (g2t2353.austin.hpe.com [15.233.44.26]) (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 49A0E21D2DD19 for ; Fri, 4 Aug 2017 13:26:07 -0700 (PDT) Received: from arm-build-server.us.rdlabs.hpecorp.net (arm-build-server.us.rdlabs.hpecorp.net [16.84.24.54]) by g2t2353.austin.hpe.com (Postfix) with ESMTP id 57AE169; Fri, 4 Aug 2017 20:28:19 +0000 (UTC) From: Thomas Palmer To: edk2-devel@lists.01.org Date: Fri, 4 Aug 2017 15:28:17 -0500 Message-Id: <1501878497-9324-1-git-send-email-thomas.palmer@hpe.com> X-Mailer: git-send-email 2.7.4 Subject: [edk2] [PATCH v2 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -- 2.7.4 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel Reviewed-by: Laszlo Ersek diff --git a/OvmfPkg/IoMmuDxe/AmdSevIoMmu.h b/OvmfPkg/IoMmuDxe/AmdSevIoMmu.h index 8b3962a8c395..073202968235 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 @@ -17,8 +18,8 @@ **/ -#ifndef __AMD_SEV_IOMMU_H_ -#define __AMD_SEV_IOMMU_H +#ifndef _AMD_SEV_IOMMU_H_ +#define _AMD_SEV_IOMMU_H_ #include