From fbbea79704894a6b80538575036f43ef66cc1cc6 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 7 May 2015 15:10:08 +0200 Subject: [PATCH] iscsi-scstd: Annotate a fall-through for Coverity Signed-off-by: Bart Van Assche --- iscsi-scst/usr/iscsi_scstd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iscsi-scst/usr/iscsi_scstd.c b/iscsi-scst/usr/iscsi_scstd.c index 777744e1a..c2d35d2a8 100644 --- a/iscsi-scst/usr/iscsi_scstd.c +++ b/iscsi-scst/usr/iscsi_scstd.c @@ -550,6 +550,7 @@ again: conn->req.data = conn->buffer + conn->req.ahssize; goto read_again; } + /* fall-through */ case IOSTATE_READ_AHS_DATA: conn_write_pdu(conn);