Re: [PATCH] scsi: csiostor: clean up indentation issue

2019-09-30 Thread Martin K. Petersen
Colin, > The goto statement is indented incorrectly, remove the extraneous tab. Applied to 5.5/scsi-queue. Thanks! -- Martin K. Petersen Oracle Linux Engineering

[PATCH] scsi: csiostor: clean up indentation issue

2019-09-26 Thread Colin King
From: Colin Ian King The goto statement is indented incorrectly, remove the extraneous tab. Signed-off-by: Colin Ian King --- drivers/scsi/csiostor/csio_mb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/csiostor/csio_mb.c b/drivers/scsi/csiostor/csio_mb.c in