Re: [PATCH] scsi: hpsa: clean up two indentation issues

2019-01-28 Thread Martin K. Petersen
Colin, > There are two statements that are indented incorrectly. Fix these. Applied to 5.1/scsi-queue, thanks. -- Martin K. Petersen Oracle Linux Engineering

RE: [PATCH] scsi: hpsa: clean up two indentation issues

2019-01-28 Thread Don.Brace
Cc: kernel-janit...@vger.kernel.org; linux-ker...@vger.kernel.org Subject: [PATCH] scsi: hpsa: clean up two indentation issues From: Colin Ian King There are two statements that are indented incorrectly. Fix these. Signed-off-by: Colin Ian King --- drivers/scsi/hpsa.c | 4 ++-- 1 file changed

[PATCH] scsi: hpsa: clean up two indentation issues

2019-01-22 Thread Colin King
From: Colin Ian King There are two statements that are indented incorrectly. Fix these. Signed-off-by: Colin Ian King --- drivers/scsi/hpsa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index ff67ef5d5347..528fdd10 10064