summaryrefslogtreecommitdiffstats
path: root/include/uapi/rdma
diff options
context:
space:
mode:
authorNicolas Iooss <nicolas.iooss_linux@m4x.org>2017-01-22 14:41:22 +0100
committerDoug Ledford <dledford@redhat.com>2017-01-24 12:20:23 -0500
commitb1a27eac7fefff33ccf6acc919fc0725bf9815fb (patch)
tree7ab27851ce03ebcf1f0319d834e182bf05cb2def /include/uapi/rdma
parent83236f0157feec0f01bf688a1474b889bdcc5ad0 (diff)
downloadop-kernel-dev-b1a27eac7fefff33ccf6acc919fc0725bf9815fb.zip
op-kernel-dev-b1a27eac7fefff33ccf6acc919fc0725bf9815fb.tar.gz
IB/cxgb3: fix misspelling in header guard
Use CXGB3_... instead of CXBG3_... Fixes: a85fb3383340 ("IB/cxgb3: Move user vendor structures") Cc: stable@vger.kernel.org # 4.9 Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Acked-by: Steve Wise <swise@chelsio.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/uapi/rdma')
-rw-r--r--include/uapi/rdma/cxgb3-abi.h2
1 files changed, 1 insertions, 1 deletions
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>
OpenPOWER on IntegriCloud