OSDN Git Service

staging: rtl8188eu: Removed unnecessary parentheses
authorBhaskar Singh <bhaskar.kernel@gmail.com>
Fri, 17 Aug 2018 07:51:26 +0000 (13:21 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Aug 2018 17:22:39 +0000 (19:22 +0200)
commit34fbab5f0a028ded186cebf09c94f783bfed4c6c
treece0ccbe6829cafbfd920ad40949bc691f3481a08
parentc19636f5dc1d57fd1054f7e87bd54a03ad5d4372
staging: rtl8188eu: Removed unnecessary parentheses

Removed unnecessary parentheses and this resolve the check patch issue.

Structure dereference operator have higher precedence then Address of
operator So there is no need of parentheses.

This change is purely coding style in nature and should have not effect
on runtime code execution.

Signed-off-by: Bhaskar Singh <bhaskar.kernel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_ap.c