Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1564402 > unrolled thread

[PATCH 1/1] IB/cxgb3: fix misspelling in header guard

Started byNicolas Iooss <nicolas.iooss_linux@m4x.org>
First post2017-01-22 14:50 +0100
Last post2017-01-23 17:30 +0100
Articles 4 — 4 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 1/1] IB/cxgb3: fix misspelling in header guard Nicolas Iooss <nicolas.iooss_linux@m4x.org> - 2017-01-22 14:50 +0100
    Re: [PATCH 1/1] IB/cxgb3: fix misspelling in header guard Leon Romanovsky <leon@kernel.org> - 2017-01-22 15:00 +0100
      Re: [PATCH 1/1] IB/cxgb3: fix misspelling in header guard Doug Ledford <dledford@redhat.com> - 2017-01-24 18:30 +0100
    RE: [PATCH 1/1] IB/cxgb3: fix misspelling in header guard "Steve Wise" <swise@opengridcomputing.com> - 2017-01-23 17:30 +0100

#1564402 — [PATCH 1/1] IB/cxgb3: fix misspelling in header guard

FromNicolas Iooss <nicolas.iooss_linux@m4x.org>
Date2017-01-22 14:50 +0100
Subject[PATCH 1/1] IB/cxgb3: fix misspelling in header guard
Message-ID<t2qGR-1o6-1@gated-at.bofh.it>
Use CXGB3_... instead of CXBG3_...

Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.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 48a19bda071b..d24eee12128f 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.11.0

[toc] | [next] | [standalone]


#1564407

FromLeon Romanovsky <leon@kernel.org>
Date2017-01-22 15:00 +0100
Message-ID<t2qQx-1rC-1@gated-at.bofh.it>
In reply to#1564402

[Multipart message — attachments visible in raw view] — view raw

On Sun, Jan 22, 2017 at 02:41:22PM +0100, Nicolas Iooss wrote:
> Use CXGB3_... instead of CXBG3_...
>
> Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
> ---
>  include/uapi/rdma/cxgb3-abi.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Thanks,
Fixes: a85fb3383340 ("IB/cxgb3: Move user vendor structures")

Reviewed-by: Leon Romanovsky <leonro@mellanox.com>

[toc] | [prev] | [next] | [standalone]


#1566018

FromDoug Ledford <dledford@redhat.com>
Date2017-01-24 18:30 +0100
Message-ID<t3d4T-79G-31@gated-at.bofh.it>
In reply to#1564407

[Multipart message — attachments visible in raw view] — view raw

On Sun, 2017-01-22 at 15:55 +0200, Leon Romanovsky wrote:
> On Sun, Jan 22, 2017 at 02:41:22PM +0100, Nicolas Iooss wrote:
> > 
> > Use CXGB3_... instead of CXBG3_...
> > 
> > Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
> > ---
> >  include/uapi/rdma/cxgb3-abi.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> 
> Thanks,
> Fixes: a85fb3383340 ("IB/cxgb3: Move user vendor structures")
> 
> Reviewed-by: Leon Romanovsky <leonro@mellanox.com>

Thanks, tags updated, patch applied.

-- 
Doug Ledford <dledford@redhat.com>
    GPG KeyID: B826A3330E572FDD
   
Key fingerprint = AE6B 1BDA 122B 23B4 265B  1274 B826 A333 0E57 2FDD

[toc] | [prev] | [next] | [standalone]


#1565113

From"Steve Wise" <swise@opengridcomputing.com>
Date2017-01-23 17:30 +0100
Message-ID<t2PFg-ge-11@gated-at.bofh.it>
In reply to#1564402
> 
> Use CXGB3_... instead of CXBG3_...
> 
> Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>

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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web