pktcdvd: fix fall-through annotation
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Tue, 2 Oct 2018 10:24:40 +0000 (12:24 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 2 Oct 2018 14:36:58 +0000 (08:36 -0600)
Replace "fallthru" 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>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/pktcdvd.c

index 6f1d25c..9381f4e 100644 (file)
@@ -2645,7 +2645,7 @@ static int pkt_ioctl(struct block_device *bdev, fmode_t mode, unsigned int cmd,
                 */
                if (pd->refcnt == 1)
                        pkt_lock_door(pd, 0);
-               /* fallthru */
+               /* fall through */
        /*
         * forward selected CDROM ioctls to CD-ROM, for UDF
         */