summaryrefslogtreecommitdiff
path: root/patches/0078-genl-extack.cocci
blob: 860d68b4e39a90fd79bf09c23eccad287480882d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@@
struct genl_info *info;
@@
-info->extack
+genl_info_extack(info)

@@
struct genl_info *info;
@@
-info->userhdr
+genl_info_userhdr(info)

@@
struct netlink_callback *cb;
@@
-cb->extack
+genl_callback_extack(cb)