Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c968791 authored by Gustavo A. R. Silva's avatar Gustavo A. R. Silva Committed by Bartlomiej Zolnierkiewicz
Browse files

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: default avatarGustavo A. R. Silva <gustavo@embeddedor.com>
Cc: "James E.J. Bottomley" <jejb@parisc-linux.org>
Cc: Helge Deller <deller@gmx.de>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
parent 676709b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1157,7 +1157,7 @@ static int __init stifb_init_fb(struct sti_struct *sti, int bpp_pref)
			dev_name);
			dev_name);
		   goto out_err0;
		   goto out_err0;
		}
		}
		/* fall though */
		/* fall through */
	case S9000_ID_ARTIST:
	case S9000_ID_ARTIST:
	case S9000_ID_HCRX:
	case S9000_ID_HCRX:
	case S9000_ID_TIMBER:
	case S9000_ID_TIMBER: