diff options
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2018-11-27 22:33:43 -0600 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-01-11 21:05:03 -0500 |
commit | fc9ac87eabb23b4c354cd2f3b89d94a0db9f9fdc (patch) | |
tree | 75d0a92ba8a4b8a6d2809214ad70f6a3a9e4bb71 /samples | |
parent | 7b8f32eee779b6ab93f65aaddbfce6a553b18a77 (diff) |
scsi: qla4xxx: ql4_os: mark expected switch fall-through
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where
we are expecting to fall through.
Notice that, in this particular case, I replaced "allow fall-through" with
a "fall through" annotation, which is what GCC is expecting to find.
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Acked-by: Nilesh Javali <njavali@marvell.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions