Re: [PATCH v3 1/2] staging: rtl8712: Fix Alignment of open parenthesis

2019-10-28 Thread Dan Carpenter
On Mon, Oct 28, 2019 at 12:15:52PM -0300, Cristiane Naves wrote: > Fix alignment should match open parenthesis. Issue found by checkpatch. > > Signed-off-by: Cristiane Naves > --- > drivers/staging/rtl8712/rtl8712_recv.c | 36 > +- > 1 file changed, 18 insertions

[PATCH v3 1/2] staging: rtl8712: Fix Alignment of open parenthesis

2019-10-28 Thread Cristiane Naves
Fix alignment should match open parenthesis. Issue found by checkpatch. Signed-off-by: Cristiane Naves --- drivers/staging/rtl8712/rtl8712_recv.c | 36 +- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl8712_recv.c b/dri