All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Patrick Welche <prlw1@cam.ac.uk>
Cc: xen-devel@lists.xen.org
Subject: Re: [PATCH] libelf: Fix typo in header guard macro
Date: Thu, 8 Aug 2013 11:49:57 +0100	[thread overview]
Message-ID: <520377D5.8050602@citrix.com> (raw)
In-Reply-To: <1375958609-4967-1-git-send-email-prlw1@cam.ac.uk>

On 08/08/13 11:43, Patrick Welche wrote:
> s/__LIBELF_PRIVATE_H_/__LIBELF_PRIVATE_H__/
>
> Signed-off-by: Patrick Welche <prlw1@cam.ac.uk>

Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>

> ---
>  xen/common/libelf/libelf-private.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/xen/common/libelf/libelf-private.h b/xen/common/libelf/libelf-private.h
> index ea7e197..f4b79c7 100644
> --- a/xen/common/libelf/libelf-private.h
> +++ b/xen/common/libelf/libelf-private.h
> @@ -14,7 +14,7 @@
>   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
>   */
>  #ifndef __LIBELF_PRIVATE_H__
> -#define __LIBELF_PRIVATE_H_
> +#define __LIBELF_PRIVATE_H__
>  
>  #ifdef __XEN__
>  
> @@ -99,7 +99,7 @@ do { strncpy((d),(s),sizeof((d))-1);            \
>     * of memcpy, memset, memmove and strcpy.  Every call site
>     * must either use elf_mem*_unchecked, or elf_mem*_safe. */
>  
> -#endif /* __LIBELF_PRIVATE_H_ */
> +#endif /* __LIBELF_PRIVATE_H__ */
>  
>  /*
>   * Local variables:

  reply	other threads:[~2013-08-08 10:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-08 10:43 [PATCH] libelf: Fix typo in header guard macro Patrick Welche
2013-08-08 10:49 ` Andrew Cooper [this message]
2013-08-08 12:17   ` Ian Campbell

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=520377D5.8050602@citrix.com \
    --to=andrew.cooper3@citrix.com \
    --cc=prlw1@cam.ac.uk \
    --cc=xen-devel@lists.xen.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.