ath10k: document switch case fall-through in __ath10k_scan_finish
authorJohn W. Linville <linville@tuxdriver.com>
Mon, 12 Jan 2015 21:07:02 +0000 (16:07 -0500)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 15 Jan 2015 10:35:48 +0000 (12:35 +0200)
commitf6eaf1e063bc0cb8efbd514aaffe5a4ef575ee02
tree02a95d80378efe3470b4b92a261fb640d77033fe
parenta2fa88003213ea2167545b5306b4d54437b857b7
ath10k: document switch case fall-through in __ath10k_scan_finish

Add a comment for indicating that the ATH10K_SCAN_RUNNING case falls
through to the ATH10K_SCAN_ABORTING case in __ath10k_scan_finish.  This
will document that the lack of a break is intentional.

Coverity: CID 1260017

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/mac.c