]> git.baikalelectronics.ru Git - kernel.git/commit
staging:rtl8188eu Use __func__ instead of function name
authorJanani Sankara Babu <jananis37@gmail.com>
Tue, 29 Aug 2017 12:58:15 +0000 (18:28 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Aug 2017 16:21:37 +0000 (18:21 +0200)
commitffd8f2351a74a91a5b1c5e8f74fdc2ab44c1af04
tree71285cdfc871c4a732d26a8eef0a9668b4652450
parent4c6616ac81c2591c34b7e3d51c9664a6a7a4c055
staging:rtl8188eu Use __func__ instead of function name

This patch makes use of predefined identifier __func__ inorder to clear
the warning: Prefer using '"%s...", __func__' to using 'update_bmc_sta',
this function's name, in a string

Signed-off-by: Janani Sankara Babu <jananis37@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_ap.c