staging: rtl8712: usb_ops.c: Remove leading p from variable names
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Fri, 7 Jun 2019 05:52:08 +0000 (11:22 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Jun 2019 11:03:52 +0000 (13:03 +0200)
commit2370b876fc5e36c38fe495562ee00b851fc536f9
tree95b3208039988b09c199e229a14256df3d99ea4c
parent3f35d9022761e43514c7f4c4608c919d7a6da9a4
staging: rtl8712: usb_ops.c: Remove leading p from variable names

Remove leading 'p' from the names of the following pointer variables:
- pintfhdl
- pintf_hdl (renamed to intfhdl in keeping with the convention in other
functions)
- poption
- pops
- pintfpriv.
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/usb_ops.c