diff options
author | 2019-01-23 01:03:32 -0600 | |
---|---|---|
committer | 2019-01-25 14:05:31 +0100 | |
commit | 4af217500e7fc7cf87528488db5bc6494f4890a9 (patch) | |
tree | 1663419c79ae482b36327bb4040e10273b51e4aa /net/tls/tls_device_fallback.c | |
parent | mac80211: Expose ieee80211_schedule_txq() function (diff) | |
download | linux-rng-4af217500e7fc7cf87528488db5bc6494f4890a9.tar.xz linux-rng-4af217500e7fc7cf87528488db5bc6494f4890a9.zip |
cfg80211: mark expected switch fall-throughs
In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.
This patch fixes the following warnings:
net/wireless/wext-compat.c:1327:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
net/wireless/wext-compat.c:1341:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
Warning level 3 was used: -Wimplicit-fallthrough=3
This patch is part of the ongoing efforts to enabling
-Wimplicit-fallthrough
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/tls/tls_device_fallback.c')
0 files changed, 0 insertions, 0 deletions