]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: ccree: Use __func__ instead of function name
authorKarthik Tummala <karthik@techveda.org>
Thu, 29 Jun 2017 17:08:45 +0000 (22:38 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Jul 2017 06:40:57 +0000 (08:40 +0200)
commitf7d0879f10080d52b1af383f049b880c78e4fa82
tree06056ae0a7914af62fb43484ae9ddc10ac55dd27
parent5771a8c08880cdca3bfb4a3fc6d309d6bba20877
staging: ccree: Use __func__ instead of function name

Fixed following checkpatch.pl warning:
WARNING: Prefer using '"%s...", __func__' to using
the function's name, in a string

It is prefered to use '%s & __func__' instead of function
name for logging.

Signed-off-by: Karthik Tummala <karthik@techveda.org>
Acked-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ccree/ssi_aead.c