projects
/
~tnikolova
/
compat
/
.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rdma.m4: fix typo
[~tnikolova/compat/.git]
/
config
/
rdma.m4
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;
],[
struct net_device_opts ndops;
- ndo
o
ps.ndo_select_queue = select_queue;
+ ndops.ndo_select_queue = select_queue;
return 0;
],[
return 0;
],[