]> git.sur5r.net Git - u-boot/commit
riscv: checkpatch: Fix static const char * array declarations
authorRick Chen <rick@andestech.com>
Mon, 12 Feb 2018 03:24:43 +0000 (11:24 +0800)
committerAndes <uboot@andestech.com>
Fri, 30 Mar 2018 05:13:22 +0000 (13:13 +0800)
commit22e8c0f02b4f1b79ebc752c662498fb6fbe30935
treecad3cf3ed9226a938334f13de876bee456307d95
parentb9076495db36feb862401696c587afd2ffa5a5af
riscv: checkpatch: Fix static const char * array declarations

It is reported by checkpatch.pl
WARNING: static const char * array
should probably be static const char * const

Signed-off-by: Rick Chen <rick@andestech.com>
Signed-off-by: Rick Chen <rickchen36@gmail.com>
arch/riscv/lib/interrupts.c