Re: [PATCH] staging:fwserial:Fix parentheses alignment in fwserial.c

2018-08-30 Thread Joe Perches
On Thu, 2018-08-30 at 11:28 +0300, Dan Carpenter wrote: > On Wed, Aug 29, 2018 at 06:03:26PM -0400, Nicholas Krause wrote: > > Fix a checkpatch warning for the file, fwserial.c that warns about > > alignment between parentheses and the line belows code not being > > properly aligned with each other

Re: [PATCH] staging:fwserial:Fix parentheses alignment in fwserial.c

2018-08-30 Thread Dan Carpenter
On Wed, Aug 29, 2018 at 06:03:26PM -0400, Nicholas Krause wrote: > Fix a checkpatch warning for the file, fwserial.c that warns about > alignment between parentheses and the line belows code not being > properly aligned with each other. > > Signed-off-by: Nicholas Krause > --- > drivers/staging/

[PATCH] staging:fwserial:Fix parentheses alignment in fwserial.c

2018-08-29 Thread Nicholas Krause
Fix a checkpatch warning for the file, fwserial.c that warns about alignment between parentheses and the line belows code not being properly aligned with each other. Signed-off-by: Nicholas Krause --- drivers/staging/fwserial/fwserial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff