]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: mvm: add fall through comments where needed
authorLuca Coelho <luciano.coelho@intel.com>
Tue, 4 Dec 2018 21:23:49 +0000 (23:23 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 4 Feb 2019 10:27:20 +0000 (12:27 +0200)
commit244726ec9e1965c3263807c7c22bcdd1f6870e96
treef1fb4bebb16fa27b79fb8022b3dff36f2e6f02f1
parent999ced14c783e94f286c72484a01f9947ee94790
iwlwifi: mvm: add fall through comments where needed

Some switch-cases were missing a fall through comment, so the compiler
may warn.  Fix that by adding the comments where needed.  In other
cases there was more text in the comment, which the compiler doesn't
recognize, so either remove the extra text or move it to a separate
comment line as appropriate.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/led.c
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c
drivers/net/wireless/intel/iwlwifi/mvm/rx.c
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c
drivers/net/wireless/intel/iwlwifi/mvm/scan.c