From 7d3005fdbc9fc771b6da2a38e11731cfb4b046f2 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 5 May 2015 11:07:44 +0200 Subject: [PATCH] iscsi-scst: Fix indentation Signed-off-by: Bart Van Assche --- iscsi-scst/kernel/nthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscsi-scst/kernel/nthread.c b/iscsi-scst/kernel/nthread.c index 72485851f..ee86798bd 100644 --- a/iscsi-scst/kernel/nthread.c +++ b/iscsi-scst/kernel/nthread.c @@ -1734,7 +1734,7 @@ int iscsi_send(struct iscsi_conn *conn) conn->write_state = TX_PADDING; else if (ddigest) conn->write_state = TX_INIT_DDIGEST; - else + else conn->write_state = TX_END; break; case TX_PADDING: