diff mbox

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

Message ID 20170122134122.10352-1-nicolas.iooss_linux@m4x.org (mailing list archive)
State Accepted
Headers show

Commit Message

Nicolas Iooss Jan. 22, 2017, 1:41 p.m. UTC
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(-)

Comments

Leon Romanovsky Jan. 22, 2017, 1:55 p.m. UTC | #1
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>
Steve Wise Jan. 23, 2017, 4:28 p.m. UTC | #2
> 
> Use CXGB3_... instead of CXBG3_...
> 
> Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>

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


--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Doug Ledford Jan. 24, 2017, 5:20 p.m. UTC | #3
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.
diff mbox

Patch

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>