Skip to content

Commit fb6360b

Browse files
GustavoARSilvaaxboe
authored andcommitted
pktcdvd: fix fall-through annotation
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 <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent c0aac68 commit fb6360b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/block/pktcdvd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2645,7 +2645,7 @@ static int pkt_ioctl(struct block_device *bdev, fmode_t mode, unsigned int cmd,
26452645
*/
26462646
if (pd->refcnt == 1)
26472647
pkt_lock_door(pd, 0);
2648-
/* fallthru */
2648+
/* fall through */
26492649
/*
26502650
* forward selected CDROM ioctls to CD-ROM, for UDF
26512651
*/

0 commit comments

Comments
 (0)