staging: rtl8188eu: Replace function name with __func__
authorBrooke Basile <brookebasile@gmail.com>
Mon, 29 Jun 2020 17:37:11 +0000 (13:37 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Jul 2020 13:43:05 +0000 (15:43 +0200)
commitc2532bebba0bb6106e7074f4b127c70d6305f710
tree36dd2bc196b1f9a07291b5429943fbcb9628ff3d
parent24fe73106234903d70e7362f62fb6a5f737f3d81
staging: rtl8188eu: Replace function name with __func__

Fix the following checkpatch warning:
WARNING: Prefer using '"%s...", __func__' to using 'rtw_get_bcn_info', this function's name, in a string

Signed-off-by: Brooke Basile <brookebasile@gmail.com>
Link: https://lore.kernel.org/r/20200629173711.5158-1-brookebasile@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_ieee80211.c