staging: rtl8188eu: core: Fix coding style issue
authorPuranjay Mohan <puranjay12@gmail.com>
Wed, 1 Jul 2020 14:54:57 +0000 (20:24 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Jul 2020 15:33:08 +0000 (17:33 +0200)
commitefa30b82ac7553c25405ac56034aecf03c182033
tree2741fabb7f64770aebf4f6be1d9c82bdafefbceb
parentc4199169a510db57d0a1fd2c2c295b6b1dcfad84
staging: rtl8188eu: core: Fix coding style issue

Use %s and  __func__ in place of function names.
This solves following checkpatch.pl warning
WARNING: Prefer using '"%s...", __func__' to using 'rtw_do_join', this function's name, in a string

Signed-off-by: Puranjay Mohan <puranjay12@gmail.com>
Link: https://lore.kernel.org/r/20200701145457.9562-1-puranjay12@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_ioctl_set.c