OSDN Git Service

staging: rtl8188eu: use __func__ instead of function name
authorSantha Meena Ramamoorthy <santhameena13@gmail.com>
Wed, 7 Mar 2018 07:54:51 +0000 (23:54 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Mar 2018 17:56:15 +0000 (09:56 -0800)
commit819fa2a0d7493ef9610bd3babda8b6c623a4c3d7
tree6c257b3288cceb359215bec51b597797e393f4e8
parentc9facd7fc25db75e0e0ee444cc6262d836b4fec2
staging: rtl8188eu: use __func__ instead of function name

Replace occurrence of the function name in a string by reference to
__func__, to improve robustness and to conform to the Linux kernel coding
style. Issue found using checkpatch.

Signed-off-by: Santha Meena Ramamoorthy <santhameena13@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_ieee80211.c
drivers/staging/rtl8188eu/core/rtw_ioctl_set.c
drivers/staging/rtl8188eu/core/rtw_mlme.c
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
drivers/staging/rtl8188eu/core/rtw_recv.c
drivers/staging/rtl8188eu/core/rtw_security.c
drivers/staging/rtl8188eu/core/rtw_sta_mgt.c
drivers/staging/rtl8188eu/core/rtw_xmit.c