summaryrefslogtreecommitdiff
path: root/patches/0078-genl-extack.cocci
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0078-genl-extack.cocci')
-rw-r--r--patches/0078-genl-extack.cocci6
1 files changed, 6 insertions, 0 deletions
diff --git a/patches/0078-genl-extack.cocci b/patches/0078-genl-extack.cocci
index 5560e09d..860d68b4 100644
--- a/patches/0078-genl-extack.cocci
+++ b/patches/0078-genl-extack.cocci
@@ -9,3 +9,9 @@ struct genl_info *info;
@@
-info->userhdr
+genl_info_userhdr(info)
+
+@@
+struct netlink_callback *cb;
+@@
+-cb->extack
++genl_callback_extack(cb)