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>
This commit is contained in:
parent
9934613edc
commit
efad046230
|
@ -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];
|
command_que_value = tw_dev->command_packet_physical_address[request_id];
|
||||||
if (command_que_value == 0) {
|
if (command_que_value == 0) {
|
||||||
printk(KERN_WARNING "3w-xxxx: tw_setfeature(): Bad command packet physical address.\n");
|
printk(KERN_WARNING "3w-xxxx: tw_setfeature(): Bad command packet physical address.\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Send command packet to the board */
|
/* Send command packet to the board */
|
||||||
|
|
Loading…
Reference in New Issue