From: John W. Linville Date: Mon, 12 Jan 2015 21:07:02 +0000 (-0500) Subject: ath10k: document switch case fall-through in __ath10k_scan_finish X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~10^2^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6eaf1e063bc0cb8efbd514aaffe5a4ef575ee02;p=pandora-kernel.git 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 Signed-off-by: Kalle Valo --- Reading git-diff-tree failed