[PATCH] staging: wfx: logical continuations should be on the previous line

2021-02-13 Thread zhuo1angt
Move logical and operator to previous line to comply with the standard kernel coding style. Signed-off-by: Zhuoran He --- drivers/staging/wfx/hif_rx.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wfx/hif_rx.c b/drivers/staging/wfx/hif_rx.c index 56a5f

Re: [PATCH] staging: wfx: logical continuations should be on the previous line

2021-02-13 Thread Greg Kroah-Hartman
On Sun, Feb 14, 2021 at 05:16:41AM +0800, zhuo1a...@outlook.com wrote: > Move logical or operator to previous line to comply with > the standard kernel coding style. > > Signed-off-by: Zhuoran He > --- > drivers/staging/wfx/hif_rx.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >

[PATCH] staging: wfx: logical continuations should be on the previous line

2021-02-13 Thread zhuo1angt
Move logical or operator to previous line to comply with the standard kernel coding style. Signed-off-by: Zhuoran He --- drivers/staging/wfx/hif_rx.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wfx/hif_rx.c b/drivers/staging/wfx/hif_rx.c index 56a5f89

[PATCH] staging: wfx: logical continuations should be on the previous line

2021-02-13 Thread zhuo1angt
Move logical or operator to previous line to comply with the standard kernel coding style. Signed-off-by: Zhuoran He --- drivers/staging/wfx/hif_rx.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wfx/hif_rx.c b/drivers/staging/wfx/hif_rx.c index 56a5f8