Re: [PATCH][next] scsi: pm80xx: clean up indentation of a code block

2021-01-22 Thread Martin K. Petersen
On Fri, 15 Jan 2021 09:58:24 +, Colin King wrote: > A block of code is indented one level too deeply, clean this > up. Applied to 5.12/scsi-queue, thanks! [1/1] scsi: pm80xx: clean up indentation of a code block https://git.kernel.org/mkp/scsi/c/7b382122d276 -- Martin K. Petersen

Re: [PATCH][next] scsi: pm80xx: clean up indentation of a code block

2021-01-20 Thread Martin K. Petersen
Colin, > A block of code is indented one level too deeply, clean this up. Applied to 5.12/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH][next] scsi: pm80xx: clean up indentation of a code block

2021-01-15 Thread Jinpu Wang
On Fri, Jan 15, 2021 at 10:58 AM Colin King wrote: > > From: Colin Ian King > > A block of code is indented one level too deeply, clean this > up. > > Addresses-Coverity: ("Indentation does not match nesting level") > Signed-off-by: Colin Ian King Acked-by: Jack Wang > --- > drivers/scsi/pm800

[PATCH][next] scsi: pm80xx: clean up indentation of a code block

2021-01-15 Thread Colin King
From: Colin Ian King A block of code is indented one level too deeply, clean this up. Addresses-Coverity: ("Indentation does not match nesting level") Signed-off-by: Colin Ian King --- drivers/scsi/pm8001/pm80xx_hwi.c | 34 ++-- 1 file changed, 15 insertions(+), 19