From: Gustavo A. R. Silva Date: Wed, 26 Sep 2018 16:50:54 +0000 (+0200) Subject: video/fbdev/stifb: Fix spelling mistake in fall-through annotation X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~4463^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=7c968791f7753bf0e52a21729498509ea3dd751b;p=mirror_ubuntu-focal-kernel.git 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 Cc: "James E.J. Bottomley" Cc: Helge Deller Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/drivers/video/fbdev/stifb.c b/drivers/video/fbdev/stifb.c index 045e8afe398b..9e88e3f594c2 100644 --- a/drivers/video/fbdev/stifb.c +++ b/drivers/video/fbdev/stifb.c @@ -1157,7 +1157,7 @@ static int __init stifb_init_fb(struct sti_struct *sti, int bpp_pref) dev_name); goto out_err0; } - /* fall though */ + /* fall through */ case S9000_ID_ARTIST: case S9000_ID_HCRX: case S9000_ID_TIMBER: