Re: [PATCH] Match alignment with open parenthesis

2021-03-10 Thread Greg KH
On Mon, Feb 22, 2021 at 05:14:09AM +0530, Mahak Gupta wrote: > This patches fixes the checks- 'Alignment should match open parenthesis' > of 'checkpatch.pl'. > > Signed-off-by: Mahak Gupta > --- > drivers/staging/octeon-usb/octeon-hcd.c | 32 + > 1 file changed, 17 insert

[PATCH] Match alignment with open parenthesis

2021-02-21 Thread Mahak Gupta
This patches fixes the checks- 'Alignment should match open parenthesis' of 'checkpatch.pl'. Signed-off-by: Mahak Gupta --- drivers/staging/octeon-usb/octeon-hcd.c | 32 + 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/drivers/staging/octeon-usb/octeon-hc