linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: Jens Axboe <axboe@kernel.dk>, linux-block@vger.kernel.org
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] block: pg: add header include guard
Date: Thu, 3 Oct 2019 11:29:55 +0900	[thread overview]
Message-ID: <CAK7LNATW+pS4WY_P=ZQirPO_byQXREFZ7yKrCnPLxUH5EeNhQQ@mail.gmail.com> (raw)
In-Reply-To: <20190720120526.7722-1-yamada.masahiro@socionext.com>

Hi

On Sat, Jul 20, 2019 at 9:06 PM Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
>
> Add a header include guard just in case.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>


Ping?


> ---
>
>  include/uapi/linux/pg.h | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/include/uapi/linux/pg.h b/include/uapi/linux/pg.h
> index 364c350e85cd..62b6f69bd9fb 100644
> --- a/include/uapi/linux/pg.h
> +++ b/include/uapi/linux/pg.h
> @@ -35,6 +35,9 @@
>
>  */
>
> +#ifndef _UAPI_LINUX_PG_H
> +#define _UAPI_LINUX_PG_H
> +
>  #define PG_MAGIC       'P'
>  #define PG_RESET       'Z'
>  #define PG_COMMAND     'C'
> @@ -61,4 +64,4 @@ struct pg_read_hdr {
>
>  };
>
> -/* end of pg.h */
> +#endif /* _UAPI_LINUX_PG_H */
> --
> 2.17.1
>


-- 
Best Regards
Masahiro Yamada

  reply	other threads:[~2019-10-03  2:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-20 12:05 [PATCH] block: pg: add header include guard Masahiro Yamada
2019-10-03  2:29 ` Masahiro Yamada [this message]
2019-10-03  2:32 ` Jens Axboe

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='CAK7LNATW+pS4WY_P=ZQirPO_byQXREFZ7yKrCnPLxUH5EeNhQQ@mail.gmail.com' \
    --to=yamada.masahiro@socionext.com \
    --cc=axboe@kernel.dk \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.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).