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


Groups > linux.kernel > #1566657

[PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H

From Colin King <colin.king@canonical.com>
Newsgroups linux.kernel
Subject [PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H
Date 2017-01-25 16:00 +0100
Message-ID <t3xdf-32i-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

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


Thread

[PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H Colin King <colin.king@canonical.com> - 2017-01-25 16:00 +0100
  Re: [PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H Leon Romanovsky <leon@kernel.org> - 2017-01-25 17:50 +0100
  RE: [PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H "Steve Wise" <swise@opengridcomputing.com> - 2017-01-25 18:00 +0100

csiph-web