linux/drivers/scsi/csiostor
Gustavo A. R. Silva 9650775855 scsi: csiostor: Fix fall-through warnings for Clang
In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning by
explicitly adding a break statement instead of letting the code fall
through to the next case.

Link: https://github.com/KSPP/linux/issues/115
Link: https://lore.kernel.org/r/b77ee091548f16b52056c3b9ee8c76dc6691f868.1605896060.git.gustavoars@kernel.org
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2020-12-02 12:59:47 -05:00
..
csio_attr.c
csio_defs.h
csio_hw.c SCSI misc on 20201013 2020-10-14 15:15:35 -07:00
csio_hw.h
csio_hw_chip.h
csio_hw_t5.c scsi: csiostor: Remove 2 unused variables {mc,edc}_bist_status_rdata_reg 2020-07-24 22:32:05 -04:00
csio_init.c
csio_init.h
csio_isr.c
csio_lnode.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
csio_lnode.h
csio_mb.c
csio_mb.h
csio_rnode.c scsi: csiostor: Add missing description for csio_rnode_fwevt_handler()'s 'fwevt' param 2020-07-24 22:32:07 -04:00
csio_rnode.h
csio_scsi.c scsi: csiostor: Fix spelling mistake "couldnt" -> "couldn't" 2020-08-24 23:11:09 -04:00
csio_scsi.h
csio_wr.c scsi: csiostor: Fix fall-through warnings for Clang 2020-12-02 12:59:47 -05:00
csio_wr.h
Kconfig
Makefile
t4fw_api_stor.h