staging: rtl8712: recv_linux.c: Remove leading p from variable names
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Fri, 7 Jun 2019 05:45:38 +0000 (11:15 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Jun 2019 11:03:52 +0000 (13:03 +0200)
commita78e4b1f25f2ee618481ed0668c3cf78352c9a24
treede6aab2499bc704b4e5561b051fd4ac2158b62c4
parent286570fbdf4cc91c1d8a0b0149eca2b156e4708e
staging: rtl8712: recv_linux.c: Remove leading p from variable names

Remove leading p from the following pointer variable names:
- padapter
- pmlmepriv
- precv_frame
- precvpriv
- pfree_recv_queue
- pattrib.
Issue found with Coccinelle

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/recv_linux.c