]> git.baikalelectronics.ru Git - kernel.git/commit
staging: goldfish: Use __func__ instead of function name
authorChris Coffey <cmc@babblebit.net>
Tue, 18 Jul 2017 14:43:56 +0000 (15:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 30 Jul 2017 15:17:40 +0000 (08:17 -0700)
commit32b4b542dca74b83f5016d60d53bbc890bdfd033
tree401cdab5c207ab7d8dba8b3d97a4bc55c8a3bf96
parentf57f0080efd5b80f63119875227039f674537be1
staging: goldfish: Use __func__ instead of function name

Replace hard-coded function names in strings with "%s", __func__
in the goldfish_nand.c file. Issue found by checkpatch.pl.

Signed-off-by: Chris Coffey <cmc@babblebit.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/goldfish/goldfish_nand.c