summaryrefslogtreecommitdiff
path: root/patches/0027-genl-const/genl-const.cocci
blob: 58824c72da482b9d0312d6d774d48f892d03fb34 (plain)
1
2
3
4
5
6
7
8
9
10
@@
attribute name __genl_const;
@@
(
-const struct genl_multicast_group
+__genl_const struct genl_multicast_group
|
-const struct genl_ops
+__genl_const struct genl_ops
)