staging: rtl8188eu: core: rtw_recv.c: fix a paranthesis issue around pframe -> list...
authorSanjana Sanikommu <sanjana99reddy99@gmail.com>
Sun, 17 Mar 2019 15:35:02 +0000 (21:05 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Mar 2019 06:50:13 +0000 (07:50 +0100)
commit5c4f2259181f77076018c6848f0fa610dd25e34b
treea6252b61673398a0ccaa138f99acdb458f61e1e5
parent0842eabb6fd5be612203dd7b55a56cf6c9c2b38a
staging: rtl8188eu: core: rtw_recv.c: fix a paranthesis issue around pframe -> list in rtw_recv.c

Remove unnecessary parathesis issue around '->' .
Issue found by checkpatch.pl semantic patch results for
rtw_recv.c

CHECK: Remove unnecessary paranthesis around pframe -> list

Signed-off-by: Sanjana Sanikommu <sanjana99reddy99@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_recv.c