From 131bec9c884988acd3e938bcd0212bcf8e65216d Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Tue, 16 Dec 2014 18:49:22 +0200 Subject: [PATCH] rdma.m4: fix typo Signed-off-by: Vladimir Sokolovsky --- config/rdma.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rdma.m4 b/config/rdma.m4 index d91d589..a0812f4 100644 --- a/config/rdma.m4 +++ b/config/rdma.m4 @@ -787,7 +787,7 @@ AC_DEFUN([LINUX_CONFIG_COMPAT], ],[ struct net_device_opts ndops; - ndoops.ndo_select_queue = select_queue; + ndops.ndo_select_queue = select_queue; return 0; ],[ -- 2.41.0