All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leon Romanovsky <leon@kernel.org>
To: Colin King <colin.king@canonical.com>
Cc: Steve Wise <swise@chelsio.com>,
	Doug Ledford <dledford@redhat.com>,
	Sean Hefty <sean.hefty@intel.com>,
	Hal Rosenstock <hal.rosenstock@gmail.com>,
	linux-rdma@vger.kernel.org, kernel-janitors@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H
Date: Wed, 25 Jan 2017 18:42:40 +0200	[thread overview]
Message-ID: <20170125164240.GP6005@mtr-leonro.local> (raw)
In-Reply-To: <20170125144849.10894-1-colin.king@canonical.com>

[-- Attachment #1: Type: text/plain, Size: 943 bytes --]

On Wed, Jan 25, 2017 at 02:48:49PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Fix typo in header guard macro, is currently CXBG3_ABI_USER_H and
> should be CXGB3_ABI_USER_H (B and G are swapped).
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Doug had similar fix already in his tree queued for 4.10.
https://git.kernel.org/cgit/linux/kernel/git/dledford/rdma.git/commit/?h=k.o/for-4.10-rc&id=b1a27eac7fefff33ccf6acc919fc0725bf9815fb

> ---
>  include/uapi/rdma/cxgb3-abi.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/uapi/rdma/cxgb3-abi.h b/include/uapi/rdma/cxgb3-abi.h
> index 48a19bd..d24eee1 100644
> --- a/include/uapi/rdma/cxgb3-abi.h
> +++ b/include/uapi/rdma/cxgb3-abi.h
> @@ -30,7 +30,7 @@
>   * SOFTWARE.
>   */
>  #ifndef CXGB3_ABI_USER_H
> -#define CXBG3_ABI_USER_H
> +#define CXGB3_ABI_USER_H
>
>  #include <linux/types.h>
>
> --
> 2.10.2
>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Leon Romanovsky <leon@kernel.org>
To: Colin King <colin.king@canonical.com>
Cc: Steve Wise <swise@chelsio.com>,
	Doug Ledford <dledford@redhat.com>,
	Sean Hefty <sean.hefty@intel.com>,
	Hal Rosenstock <hal.rosenstock@gmail.com>,
	linux-rdma@vger.kernel.org, kernel-janitors@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H
Date: Wed, 25 Jan 2017 16:42:40 +0000	[thread overview]
Message-ID: <20170125164240.GP6005@mtr-leonro.local> (raw)
In-Reply-To: <20170125144849.10894-1-colin.king@canonical.com>

[-- Attachment #1: Type: text/plain, Size: 943 bytes --]

On Wed, Jan 25, 2017 at 02:48:49PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Fix typo in header guard macro, is currently CXBG3_ABI_USER_H and
> should be CXGB3_ABI_USER_H (B and G are swapped).
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Doug had similar fix already in his tree queued for 4.10.
https://git.kernel.org/cgit/linux/kernel/git/dledford/rdma.git/commit/?h=k.o/for-4.10-rc&id=b1a27eac7fefff33ccf6acc919fc0725bf9815fb

> ---
>  include/uapi/rdma/cxgb3-abi.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/uapi/rdma/cxgb3-abi.h b/include/uapi/rdma/cxgb3-abi.h
> index 48a19bd..d24eee1 100644
> --- a/include/uapi/rdma/cxgb3-abi.h
> +++ b/include/uapi/rdma/cxgb3-abi.h
> @@ -30,7 +30,7 @@
>   * SOFTWARE.
>   */
>  #ifndef CXGB3_ABI_USER_H
> -#define CXBG3_ABI_USER_H
> +#define CXGB3_ABI_USER_H
>
>  #include <linux/types.h>
>
> --
> 2.10.2
>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2017-01-25 16:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-25 14:48 [PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H Colin King
2017-01-25 14:48 ` Colin King
2017-01-25 14:48 ` Colin King
2017-01-25 16:42 ` Leon Romanovsky [this message]
2017-01-25 16:42   ` Leon Romanovsky
     [not found] ` <20170125144849.10894-1-colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
2017-01-25 16:58   ` Steve Wise
2017-01-25 16:58     ` Steve Wise
2017-01-25 16:58     ` Steve Wise

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=20170125164240.GP6005@mtr-leonro.local \
    --to=leon@kernel.org \
    --cc=colin.king@canonical.com \
    --cc=dledford@redhat.com \
    --cc=hal.rosenstock@gmail.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=sean.hefty@intel.com \
    --cc=swise@chelsio.com \
    /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.