]> git.baikalelectronics.ru Git - kernel.git/commit
staging/speakup: fix checkpatch.pl warning in speak_char()
authorJustin Skists <j.skists@gmail.com>
Wed, 6 Sep 2017 12:14:25 +0000 (13:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Sep 2017 14:35:25 +0000 (16:35 +0200)
commitefdc48ffd5a2d5f0a5305127c8eaee4aa4a90c1d
treef28fdafb5698efcffa174433ebff9a0d5a47be43
parent2f5940bb89cbb082bc75d5a52c46ab7c0db48848
staging/speakup: fix checkpatch.pl warning in speak_char()

correct the following warning from checkpatch.pl:-

WARNING: Prefer using '"%s...", __func__' to using 'speak_char', this
function's name, in a string

Signed-off-by: Justin Skists <j.skists@gmail.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/main.c