Staging: rtl8188eu: os_dep: Use %s and __func__ in strings
authorPuranjay Mohan <puranjay12@gmail.com>
Wed, 15 May 2019 17:18:44 +0000 (22:48 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 May 2019 05:40:43 +0000 (07:40 +0200)
commit8f3d9001ddb6ba982e0d0b81707d5e6db32ea549
tree2f1d9f72426bca4a122aec8676e8a0afe42dcd48
parentf3dbf6ea4fed21352339356b1a97483579c46545
Staging: rtl8188eu: os_dep: Use %s and __func__ in strings

Fix following checkpatch.pl warnings by using %s and __func__
in strings instead of function names.

WARNING: Prefer using '"%s...", __func__' to using 'rtw_report_sec_ie', this function's name, in a string
and other similar warning.

Signed-off-by: Puranjay Mohan <puranjay12@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/mlme_linux.c