[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170125144849.10894-1-colin.king@canonical.com>
Date: Wed, 25 Jan 2017 14:48:49 +0000
From: Colin King <colin.king@...onical.com>
To: Steve Wise <swise@...lsio.com>, Doug Ledford <dledford@...hat.com>,
Sean Hefty <sean.hefty@...el.com>,
Hal Rosenstock <hal.rosenstock@...il.com>,
linux-rdma@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H
From: Colin Ian King <colin.king@...onical.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@...onical.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
Powered by blists - more mailing lists