1 --- a/compat/compat-2.6.37.c
2 +++ b/compat/compat-2.6.37.c
3 @@ -130,7 +130,8 @@ int compat_genl_register_family_with_ops
7 - ops[i].ops.doit = nl_doit_wrapper;
9 + ops[i].ops.doit = nl_doit_wrapper;
10 ret = genl_register_ops(&family->family, &ops[i].ops);