]> git.baikalelectronics.ru Git - kernel.git/commit
staging: speakup: Change char * array type as static const
authorDilek Uzulmez <dilekuzulmez@gmail.com>
Tue, 7 Oct 2014 07:59:18 +0000 (10:59 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:12 +0000 (10:29 +0800)
commit1b53c9cbc11352775d153b0d15a42da8883a355c
tree8928d2710e4611aacb2ae634919549fcc9ee985a
parent8d67d935693ee18d3bfbe07275686f280631424d
staging: speakup: Change char * array type as static const

This patch fixes "char * array declaration might be better as static
const" checkpatch.pl warning in main.c

Signed-off-by: Dilek Uzulmez <dilekuzulmez@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/main.c