Re: [PATCH 2/2] scsi: pm8001: Fix misindentation

2020-11-23 Thread Jinpu Wang
On Tue, Nov 24, 2020 at 5:36 AM Joe Perches wrote: > > kernel robot reported a misindentation of a goto. > > Fix it. > > At the same time, use a temporary for a repeated entry in the same block > to reduce visual noise. > > Reported-by: kernel test robot > Signed-off-by: Joe Perches Acked-by:

[PATCH 2/2] scsi: pm8001: Fix misindentation

2020-11-23 Thread Joe Perches
kernel robot reported a misindentation of a goto. Fix it. At the same time, use a temporary for a repeated entry in the same block to reduce visual noise. Reported-by: kernel test robot Signed-off-by: Joe Perches --- drivers/scsi/pm8001/pm8001_init.c | 20 ++-- 1 file