projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83236f0
)
IB/cxgb3: fix misspelling in header guard
author
Nicolas Iooss
<nicolas.iooss_linux@m4x.org>
Sun, 22 Jan 2017 13:41:22 +0000
(14:41 +0100)
committer
Doug Ledford
<dledford@redhat.com>
Tue, 24 Jan 2017 17:20:23 +0000
(12:20 -0500)
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>
include/uapi/rdma/cxgb3-abi.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/rdma/cxgb3-abi.h
b/include/uapi/rdma/cxgb3-abi.h
index 48a19bda071b8db5396991dcd97cd9e0f3872ecf..d24eee12128fc5cb7d1f5612e85a7fb9b194520f 100644
(file)
--- 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 CX
BG
3_ABI_USER_H
+#define CX
GB
3_ABI_USER_H
#include <linux/types.h>