All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H
@ 2017-01-25 14:48 ` Colin King
  0 siblings, 0 replies; 8+ messages in thread
From: Colin King @ 2017-01-25 14:48 UTC (permalink / raw)
  To: Steve Wise, Doug Ledford, Sean Hefty, Hal Rosenstock,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA
  Cc: kernel-janitors-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

From: Colin Ian King <colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>

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-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H
@ 2017-01-25 14:48 ` Colin King
  0 siblings, 0 replies; 8+ messages in thread
From: Colin King @ 2017-01-25 14:48 UTC (permalink / raw)
  To: Steve Wise, Doug Ledford, Sean Hefty, Hal Rosenstock, linux-rdma
  Cc: kernel-janitors, linux-kernel

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>
---
 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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H
@ 2017-01-25 14:48 ` Colin King
  0 siblings, 0 replies; 8+ messages in thread
From: Colin King @ 2017-01-25 14:48 UTC (permalink / raw)
  To: Steve Wise, Doug Ledford, Sean Hefty, Hal Rosenstock,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA
  Cc: kernel-janitors-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

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>
---
 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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H
  2017-01-25 14:48 ` Colin King
@ 2017-01-25 16:42   ` Leon Romanovsky
  -1 siblings, 0 replies; 8+ messages in thread
From: Leon Romanovsky @ 2017-01-25 16:42 UTC (permalink / raw)
  To: Colin King
  Cc: Steve Wise, Doug Ledford, Sean Hefty, Hal Rosenstock, linux-rdma,
	kernel-janitors, linux-kernel

[-- 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 --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H
@ 2017-01-25 16:42   ` Leon Romanovsky
  0 siblings, 0 replies; 8+ messages in thread
From: Leon Romanovsky @ 2017-01-25 16:42 UTC (permalink / raw)
  To: Colin King
  Cc: Steve Wise, Doug Ledford, Sean Hefty, Hal Rosenstock, linux-rdma,
	kernel-janitors, linux-kernel

[-- 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 --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: [PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H
  2017-01-25 14:48 ` Colin King
  (?)
@ 2017-01-25 16:58     ` Steve Wise
  -1 siblings, 0 replies; 8+ messages in thread
From: Steve Wise @ 2017-01-25 16:58 UTC (permalink / raw)
  To: 'Colin King', 'Steve Wise',
	'Doug Ledford', 'Sean Hefty',
	'Hal Rosenstock',
	linux-rdma-u79uwXL29TY76Z2rM5mHXA
  Cc: kernel-janitors-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

Acked-by: Steve Wise <swise-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>


--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: [PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H
@ 2017-01-25 16:58     ` Steve Wise
  0 siblings, 0 replies; 8+ messages in thread
From: Steve Wise @ 2017-01-25 16:58 UTC (permalink / raw)
  To: 'Colin King', 'Steve Wise',
	'Doug Ledford', 'Sean Hefty',
	'Hal Rosenstock',
	linux-rdma
  Cc: kernel-janitors, linux-kernel

Acked-by: Steve Wise <swise@chelsio.com>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: [PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H
@ 2017-01-25 16:58     ` Steve Wise
  0 siblings, 0 replies; 8+ messages in thread
From: Steve Wise @ 2017-01-25 16:58 UTC (permalink / raw)
  To: 'Colin King', 'Steve Wise',
	'Doug Ledford', 'Sean Hefty',
	'Hal Rosenstock',
	linux-rdma-u79uwXL29TY76Z2rM5mHXA
  Cc: kernel-janitors-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

Acked-by: Steve Wise <swise@chelsio.com>



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-01-25 16:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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.