Re: [PATCH] staging: rtl8712: ieee80211.c: Remove leading p from variable names

2019-05-31 Thread Dan Carpenter
On Fri, May 31, 2019 at 02:33:59AM +0530, Nishka Dasgupta wrote: > 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 Reviewed-by: Dan Carpenter regards, dan

[PATCH] staging: rtl8712: ieee80211.c: Remove leading p from variable names

2019-05-30 Thread Nishka Dasgupta
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 --- drivers/staging/rtl8712/ieee80211.c | 50 ++--- 1 file changed, 25 insertions(+), 25