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


Groups > linux.kernel > #1564402

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

From Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Newsgroups linux.kernel
Subject [PATCH 1/1] IB/cxgb3: fix misspelling in header guard
Date 2017-01-22 14:50 +0100
Message-ID <t2qGR-1o6-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[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

csiph-web