staging: lustre: libcfs: use static const char const * for a suffixes array
authorJames Simmons <jsimmons@infradead.org>
Thu, 17 Nov 2016 19:35:41 +0000 (14:35 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Nov 2016 07:47:31 +0000 (08:47 +0100)
commite5ba965732307e14b8f851ce9cf24d8bb7f41ce3
tree5e1f1fbb7468d5e29044fa3abb1d7ed71ad4e39a
parent8dddd2681a802454a1a527ca6f283826cbb24c6a
staging: lustre: libcfs: use static const char const * for a suffixes array

Change the static const array libcfs_debug_subsystems
to use static const char const * as pointed out by
checkpatch.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/libcfs/debug.c