Staging: rtl8192e: Use %s and __func__ in strings
authorPuranjay Mohan <puranjay12@gmail.com>
Tue, 14 May 2019 21:44:07 +0000 (03:14 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 May 2019 05:40:41 +0000 (07:40 +0200)
commitdad3f77ff4808ff78e47c78d6805c4f2f2204f93
treee314c8bd9c3a0f3386ce06bf394c63a3c4d8987c
parent5249495da04956f251acda59f840696d85994f55
Staging: rtl8192e: 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 '_rtl92e_dm_check_rate_adaptive', this function's name, in a string
WARNING: Prefer using '"%s...", __func__' to using 'rtl92e_dm_restore_state', this function's name, in a string

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