From: Laszlo Ersek <lersek@redhat.com>
To: Thomas Palmer <thomas.palmer@hpe.com>, edk2-devel@lists.01.org
Cc: jordan.l.justen@intel.com, brijesh.singh@amd.com,
joseph.shifflett@hpe.com
Subject: Re: [PATCH v2 1/1] OvmfPkg/IoMmuDxe: Fix header guard macro
Date: Sat, 5 Aug 2017 01:23:45 +0200 [thread overview]
Message-ID: <1ec431a5-0910-4d2b-0943-23a8cb00259c@redhat.com> (raw)
In-Reply-To: <1501878497-9324-1-git-send-email-thomas.palmer@hpe.com>
On 08/04/17 22:28, Thomas Palmer wrote:
> Correct the header guard macro
>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Thomas Palmer <thomas.palmer@hpe.com>
> ---
> OvmfPkg/IoMmuDxe/AmdSevIoMmu.h | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> 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.<BR>
> Copyright (c) 2017, AMD Inc. All rights reserved.<BR>
> + (C) Copyright 2017 Hewlett Packard Enterprise Development LP<BR>
> 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 <Protocol/IoMmu.h>
>
>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Commit 8dccfa6d4807.
Thanks!
Laszlo
next prev parent reply other threads:[~2017-08-04 23:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-04 20:28 [PATCH v2 1/1] OvmfPkg/IoMmuDxe: Fix header guard macro Thomas Palmer
2017-08-04 23:23 ` Laszlo Ersek [this message]
2017-08-04 23:29 ` Laszlo Ersek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1ec431a5-0910-4d2b-0943-23a8cb00259c@redhat.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox