Re: [PATCH] staging: rtl8712: Fixed multiple parenthesis alignment warnings in ieee80211.c

From: Luis de Bethencourt
Date: Wed Jun 08 2016 - 07:32:02 EST


On 08/06/16 12:27, Parth Sane wrote:
> Multiple parenthesis alignment warnings were thrown by checkpatch in ieee80211.c
> This patch effectively fixes that.
>
> Signed-off-by: Parth Sane <laerdevstudios@xxxxxxxxx>
>
> ---
> drivers/staging/rtl8712/ieee80211.c | 25 ++++++++++++-------------
> 1 file changed, 12 insertions(+), 13 deletions(-)

Some of the lines you change are over 80 characters. You could fix those as well in
a second patch :)

Thanks,
Luis