]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: rtl8712: hal_init.c: Remove leading p from variable names
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Fri, 7 Jun 2019 05:42:36 +0000 (11:12 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Jun 2019 11:03:52 +0000 (13:03 +0200)
commit286570fbdf4cc91c1d8a0b0149eca2b156e4708e
treec2a2af370a76810f7a846ef01210a521b8f9884c
parent4769aae357bac70ba1f55a6bd7faa4315bb482f6
staging: rtl8712: hal_init.c: Remove leading p from variable names

Remove the leading p from the following pointer variable names:
- padapter
- pusb_intf
- ppmappedfw
- praw
- pfwpriv
- pdvobj
- pregpriv
- pmappedfw (not in the same scope as ppmappedfw)
- ptmpchar
- ppayload
- ptx_desc
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/hal_init.c