]> asedeno.scripts.mit.edu Git - linux.git/commit
Staging: rtl8188eu: core: Use __func__ instead of function name
authorGeorgiana Chelu <georgiana.chelu93@gmail.com>
Mon, 25 Sep 2017 12:34:05 +0000 (05:34 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Sep 2017 13:31:49 +0000 (15:31 +0200)
commit2742a7dddae45563deadbb712a19b0caba5fb296
tree8bc5e55f1fb17bc3e8d26c21b7f1ed29bb65f5a8
parent2b8581077caa03f5686cec7e136ad6519baa5147
Staging: rtl8188eu: core: Use __func__ instead of function name

Replace the function name from format string with the
constant __func__ to avoid multiple changes in case
the name of the function will be modified.

Issue reported by checkpatch.pl script.

Signed-off-by: Georgiana Chelu <georgiana.chelu93@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_recv.c