summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-12-15 09:17:08 -0500
committerMartin K. Petersen <martin.petersen@oracle.com>2018-12-19 21:54:07 -0500
commitefad04623068c5def4551847ad5a6852daf273f7 (patch)
treedc3119e7c0c5134797aa528323daf996092dad25
parent9934613edcb40b92a216122876cd3b7e76d08390 (diff)
scsi: 3w-xxxx: fix indentation issue, add missing tab
There is a tab missing on a return statement, add the missing tab. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
-rw-r--r--drivers/scsi/3w-xxxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/3w-xxxx.c b/drivers/scsi/3w-xxxx.c
index 4938ba8adc86..2b1e0d503020 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,
1174 command_que_value = tw_dev->command_packet_physical_address[request_id]; 1174 command_que_value = tw_dev->command_packet_physical_address[request_id];
1175 if (command_que_value == 0) { 1175 if (command_que_value == 0) {
1176 printk(KERN_WARNING "3w-xxxx: tw_setfeature(): Bad command packet physical address.\n"); 1176 printk(KERN_WARNING "3w-xxxx: tw_setfeature(): Bad command packet physical address.\n");
1177 return 1; 1177 return 1;
1178 } 1178 }
1179 1179
1180 /* Send command packet to the board */ 1180 /* Send command packet to the board */