Re: [PATCH 3/3] firmware: xilinx: Properly align function parameter

2020-12-01 Thread Michal Simek
On 01. 12. 20 20:42, Joe Perches wrote: > On Tue, 2020-12-01 at 16:50 +0100, Michal Simek wrote: >> Fix parameters alignment reported by checkpatch --strict. > > Please use a newer checkpatch as the 80 column warning > isn't enforced quite the same way. I was using it but saw 80 lines

Re: [PATCH 3/3] firmware: xilinx: Properly align function parameter

2020-12-01 Thread Joe Perches
On Tue, 2020-12-01 at 16:50 +0100, Michal Simek wrote: > Fix parameters alignment reported by checkpatch --strict. Please use a newer checkpatch as the 80 column warning isn't enforced quite the same way. > diff --git a/include/linux/firmware/xlnx-zynqmp.h >

[PATCH 3/3] firmware: xilinx: Properly align function parameter

2020-12-01 Thread Michal Simek
Fix parameters alignment reported by checkpatch --strict. Signed-off-by: Michal Simek --- include/linux/firmware/xlnx-zynqmp.h | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/include/linux/firmware/xlnx-zynqmp.h b/include/linux/firmware/xlnx-zynqmp.h index