xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Tim Deegan <tim@xen.org>
To: Aravindh Puthiyaparambil <aravindp@cisco.com>
Cc: xen-devel@lists.xenproject.org, Keir Fraser <keir@xen.org>,
	Jan Beulich <jbeulich@suse.com>
Subject: Re: [PATCH] x86/mem_access: Fix up mem_access.h
Date: Sun, 13 Apr 2014 22:30:14 +0200	[thread overview]
Message-ID: <20140413203014.GC99209@deinos.phlegethon.org> (raw)
In-Reply-To: <1397006797-24714-1-git-send-email-aravindp@cisco.com>

At 18:26 -0700 on 08 Apr (1396977997), Aravindh Puthiyaparambil wrote:
> Fix filename in the description
> Add double inclusion guard
> 
> Signed-off-by: Aravindh Puthiyaparambil <aravindp@cisco.com>

Acked-by: Tim Deegan <tim@xen.org>

I'm (mostly) AFK this week; I'll commit this next week if nobody else
does in the meantime. 

Cheers,

Tim.

> diff --git a/xen/include/asm-x86/mem_access.h b/xen/include/asm-x86/mem_access.h
> index 88ae3fc..60c2834 100644
> --- a/xen/include/asm-x86/mem_access.h
> +++ b/xen/include/asm-x86/mem_access.h
> @@ -1,5 +1,5 @@
>  /******************************************************************************
> - * include/asm-x86/mem_paging.h
> + * include/asm-x86/mem_access.h
>   *
>   * Memory access support.
>   *
> @@ -20,10 +20,13 @@
>   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
>  
> +#ifndef _XEN_ASM_MEM_ACCESS_H
> +#define _XEN_ASM_MEM_ACCESS_H
>  
>  int mem_access_memop(struct domain *d, xen_mem_event_op_t *meo);
>  int mem_access_send_req(struct domain *d, mem_event_request_t *req);
>  
> +#endif /* _XEN_ASM_MEM_ACCESS_H */
>  
>  /*
>   * Local variables:
> -- 
> 1.8.3.2
> 

      reply	other threads:[~2014-04-13 20:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-09  1:26 [PATCH] x86/mem_access: Fix up mem_access.h Aravindh Puthiyaparambil
2014-04-13 20:30 ` Tim Deegan [this message]

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-all 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=20140413203014.GC99209@deinos.phlegethon.org \
    --to=tim@xen.org \
    --cc=aravindp@cisco.com \
    --cc=jbeulich@suse.com \
    --cc=keir@xen.org \
    --cc=xen-devel@lists.xenproject.org \
    /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;
as well as URLs for NNTP newsgroup(s).