diff mbox series

scsi: 3w-xxx: fix indentation issue, add missing tab

Message ID 20181215141708.30883-1-colin.king@canonical.com (mailing list archive)
State Accepted
Headers show
Series scsi: 3w-xxx: fix indentation issue, add missing tab | expand

Commit Message

Colin King Dec. 15, 2018, 2:17 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a tab missing on a return statement, add the missing tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/scsi/3w-xxxx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin K. Petersen Dec. 20, 2018, 2:54 a.m. UTC | #1
Colin,

> There is a tab missing on a return statement, add the missing tab.

Applied to 4.21/scsi-queue, thanks!
diff mbox series

Patch

diff --git a/drivers/scsi/3w-xxxx.c b/drivers/scsi/3w-xxxx.c
index a58257645e94..04164d2f03dd 100644
--- a/drivers/scsi/3w-xxxx.c
+++ b/drivers/scsi/3w-xxxx.c
@@ -1174,7 +1174,7 @@  static int tw_setfeature(TW_Device_Extension *tw_dev, int parm, int param_size,
   	command_que_value = tw_dev->command_packet_physical_address[request_id];
 	if (command_que_value == 0) {
 		printk(KERN_WARNING "3w-xxxx: tw_setfeature(): Bad command packet physical address.\n");
-	return 1;
+		return 1;
 	}
 
 	/* Send command packet to the board */