diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-07-15 17:31:22 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-07-21 13:45:53 +0200 |
commit | f83461e6581b12833ecf08690d21b04ed60de7c1 (patch) | |
tree | 163091944222b5e06388bdf9d4715bf0b74370aa /kernel | |
parent | 01c54e628932c655e4cd2c6ed0cc688ec6e6f96b (diff) | |
download | linux-f83461e6581b12833ecf08690d21b04ed60de7c1.tar.gz |
speakup: use C99 syntax for array initializers
The older obsolete array initializer syntax is currently being used
for some of the array elements. Fix this by using the preferred C99
array initializers syntax.
Fixes: 5b5140bf5182 ("speakup: Separate out translations for bright colors names")
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20210715163122.62220-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions