projects
/
compat-rdma
/
compat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15319d4
)
rdma.m4: fix typo
author
Vladimir Sokolovsky
<vlad@mellanox.com>
Tue, 16 Dec 2014 16:49:22 +0000
(18:49 +0200)
committer
Vladimir Sokolovsky
<vlad@mellanox.com>
Tue, 16 Dec 2014 16:49:22 +0000
(18:49 +0200)
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
config/rdma.m4
patch
|
blob
|
history
diff --git
a/config/rdma.m4
b/config/rdma.m4
index
d91d589
..
a0812f4
100644
(file)
--- a/
config/rdma.m4
+++ b/
config/rdma.m4
@@
-787,7
+787,7
@@
AC_DEFUN([LINUX_CONFIG_COMPAT],
],[
struct net_device_opts ndops;
- ndo
o
ps.ndo_select_queue = select_queue;
+ ndops.ndo_select_queue = select_queue;
return 0;
],[