]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit50232b3a3b21838ca621140e9594ba0dea9df9b9
tree2f1d9f72426bca4a122aec8676e8a0afe42dcd48
parentc3f24178b8da1916e42dfe0162868706be9dc9d0
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