Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ssb: chipcommon: fix fall-through annotation

Replace "Fallthough" with a proper "fall through" annotation.

This fix is part of the ongoing efforts to enabling
-Wimplicit-fallthrough

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Acked-by: Michael Buesch <m@bues.ch>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

authored by

Gustavo A. R. Silva and committed by
Kalle Valo
74aa3586 209e957b

+1 -1
+1 -1
drivers/ssb/driver_chipcommon.c
··· 425 425 *m = chipco_read32(cc, SSB_CHIPCO_CLOCK_M2); 426 426 break; 427 427 } 428 - /* Fallthough */ 428 + /* Fall through */ 429 429 default: 430 430 *m = chipco_read32(cc, SSB_CHIPCO_CLOCK_SB); 431 431 }