Re: [PATCH] scsi: 3w-xxx: fix indentation issue, add missing tab

2018-12-19 Thread Martin K. Petersen
Colin, > There is a tab missing on a return statement, add the missing tab. Applied to 4.21/scsi-queue, thanks! -- Martin K. Petersen Oracle Linux Engineering

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

2018-12-15 Thread Colin King
From: Colin Ian King There is a tab missing on a return statement, add the missing tab. Signed-off-by: Colin Ian King --- drivers/scsi/3w-.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/3w-.c b/drivers/scsi/3w-.c index a58257645e94..04164d2f03dd