staging: rtl8188eu: rename variable pnetdev -> netdev
authorMichael Straube <straube.linux@gmail.com>
Mon, 10 Feb 2020 20:08:30 +0000 (21:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Feb 2020 20:37:21 +0000 (12:37 -0800)
commit36be4102b7da81cc9638307789ae81def3de4a3b
tree11b1f4ad293242aeed3eea0090de66c4fee7fe7c
parentbf2b8fe0d7d2810a0cbd28c5dfa12f90a051c61d
staging: rtl8188eu: rename variable pnetdev -> netdev

Rename the local variable pnetdev in rtw_alloc_etherdev_with_old_priv
to avoid hungarian notation and clear the last checkpatch warning in
the file osdep_service.c.

rtl8188eu/os_dep/osdep_service.c:32: WARNING: line over 80 characters

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20200210200830.22868-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/osdep_service.c