ata: mark expected switch fall-throughs
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Thu, 12 Oct 2017 19:19:16 +0000 (14:19 -0500)
committerTejun Heo <tj@kernel.org>
Mon, 23 Oct 2017 14:06:09 +0000 (07:06 -0700)
commit05b83605992b3d6cd53f8d339842a3b4530ab6e8
tree5a00af928601fbf1cfc62348be889ad3e4594a1d
parent14d7045c7f3b0a9d3b00274c23d7d516fc6d44d9
ata: mark expected switch fall-throughs

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

In cases where a "drop through" comment was already in place, I replaced
it  with a proper "fall through" comment, which is what GCC is expecting
to find.

Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/libahci_platform.c
drivers/ata/libata-core.c
drivers/ata/libata-eh.c
drivers/ata/pata_atp867x.c
drivers/ata/sata_mv.c