diff options
author | Johannes Berg <johannes.berg@intel.com> | 2018-05-09 09:55:12 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2018-05-09 09:55:49 +0200 |
commit | 98272f479c2126a135dfcb12484e93d5888164ab (patch) | |
tree | bb2e9c39d6b34762dcec62734194dcbeadbbcee0 /patches | |
parent | 2612d51d2fb0078212ec78c665805daa524f745b (diff) |
spatch: adjust to and require 1.0.6
The spatch tool made an incompatible change in the
attribute syntax, adjust to that and require the
new version.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/0027-genl-const/genl-const.cocci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/0027-genl-const/genl-const.cocci b/patches/0027-genl-const/genl-const.cocci index 36c71d62..58824c72 100644 --- a/patches/0027-genl-const/genl-const.cocci +++ b/patches/0027-genl-const/genl-const.cocci @@ -1,5 +1,5 @@ @@ -attribute __genl_const; +attribute name __genl_const; @@ ( -const struct genl_multicast_group |