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.cocci5
1 files changed, 5 insertions, 0 deletions
diff --git a/patches/0078-genl-extack.cocci b/patches/0078-genl-extack.cocci
new file mode 100644
index 00000000..b2506174
--- /dev/null
+++ b/patches/0078-genl-extack.cocci
@@ -0,0 +1,5 @@
+@@
+struct genl_info *info;
+@@
+-info->extack
++genl_info_extack(info)