]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8712: ieee80211.c: Remove leading p from variable names
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Thu, 30 May 2019 21:03:59 +0000 (02:33 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Jun 2019 12:14:55 +0000 (14:14 +0200)
commita88d309ffc63564b6a875fdbbfae9714e9a15dee
treea8c93d4c41b3e68e4144fdd638d3a4cd454ef184
parent3a794e328dc8c87e6a4269de329c0c60bb09bd70
staging: rtl8712: ieee80211.c: Remove leading p from variable names

Remove leading p from the names of the following pointer variables:
- pregistrypriv
- pdev_network
- pie
- pbuf.
Issue found with Coccinelle.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/ieee80211.c