Re: [PATCH] staging: rtl8712: align block comments

2019-10-07 Thread Greg KH
On Sun, Oct 06, 2019 at 05:34:20PM -0300, Gabriela Bittencourt wrote: > Cleans up warnings of "Block comments should align the * on each line" > > Signed-off-by: Gabriela Bittencourt > --- > drivers/staging/rtl8712/recv_linux.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >

[PATCH] staging: rtl8712: align block comments

2019-10-06 Thread Gabriela Bittencourt
Cleans up warnings of "Block comments should align the * on each line" Signed-off-by: Gabriela Bittencourt --- drivers/staging/rtl8712/recv_linux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8712/recv_linux.c