staging: rtl8192u: r8192U_core: fix unnecessary parentheses code style issue
authorRaphaël Beamonte <raphael.beamonte@gmail.com>
Tue, 18 Aug 2015 16:58:14 +0000 (12:58 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:34 +0000 (18:24 -0700)
commit2054df8690ecbcbfd9409adb4bfb3db9c44f8a2b
treec71d3be1dec6833eb5794f375fab223c38ac8a8e
parentefe8a7fad59f4e157485e91d84210fe7496afa03
staging: rtl8192u: r8192U_core: fix unnecessary parentheses code style issue

Two sets of parentheses were used to contain the same statement.
In those cases, one of them has been removed, as unnecessary.

Signed-off-by: Raphaël Beamonte <raphael.beamonte@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_core.c
This page took 0.024352 seconds and 5 git commands to generate.