video/fbdev/stifb: Fix spelling mistake in fall-through annotation
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Wed, 26 Sep 2018 16:50:54 +0000 (18:50 +0200)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Wed, 26 Sep 2018 16:50:54 +0000 (18:50 +0200)
commit7c968791f7753bf0e52a21729498509ea3dd751b
tree3dc06e9af11083b0f88006f515f8d6bdebec519b
parent676709b1bcb513c6acf0bb7698dffcc53c2a8970
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>
drivers/video/fbdev/stifb.c