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

video/fbdev/stifb: Fix spelling mistake in fall-through annotation

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

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

Addresses-Coverity-ID: 402013 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Cc: "James E.J. Bottomley" <jejb@parisc-linux.org>
Cc: Helge Deller <deller@gmx.de>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

authored by

Gustavo A. R. Silva and committed by
Bartlomiej Zolnierkiewicz
7c968791 676709b1

+1 -1
+1 -1
drivers/video/fbdev/stifb.c
··· 1157 1157 dev_name); 1158 1158 goto out_err0; 1159 1159 } 1160 - /* fall though */ 1160 + /* fall through */ 1161 1161 case S9000_ID_ARTIST: 1162 1162 case S9000_ID_HCRX: 1163 1163 case S9000_ID_TIMBER: