Skip to content
Commit d5d66cfe authored by Kelsey Skunberg's avatar Kelsey Skunberg Committed by Greg Kroah-Hartman
Browse files

Staging: sm750fb: Change *array into *const array



Resolve checkpatch warning for static const char * array by using const
pointers.

Checkpatch Warning in sm750.c:
static const char * array should probably be static const char * const

Signed-off-by: default avatarKelsey Skunberg <skunberg.kelsey@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 41dff4d6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment