commit | 925b5978cdc7287ba08ed21bf27970131f147720 | [log] [tgz] |
---|---|---|
author | Luca Coelho <luciano.coelho@intel.com> | Sat Dec 15 11:03:21 2018 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Dec 18 13:15:08 2018 +0100 |
tree | 3db512a135aaed08bf8e4c5555a06f47b2e4b889 | |
parent | 30db641ef4f68054db9b191b6c0200fb1a96d458 [diff] |
cfg80211: add some missing fall through annotations There are talks about enabling -Wimplicit-fallthrough warnings in the mainline and it is already enabled in linux-next. Add all the missing annotations to prevent warnings when this happens. And in one case, remove the extra text from the annotation so that the compiler recognizes it. Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>