char/nvram: set array of const as const
authorLABBE Corentin <clabbe.montjoie@gmail.com>
Thu, 5 Nov 2015 09:39:00 +0000 (10:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 22:57:30 +0000 (14:57 -0800)
commita116eaf1be4ed4f91cc85d17b2f000f08d85c2d9
treec02390e032a328f20cb6b9f696bdaf17269b8788
parent987a9f128b8ad8e7019229300e8d91d37ca55933
char/nvram: set array of const as const

Some array of const char are not set as const.
This patch fix that.

Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/nvram.c
This page took 0.027232 seconds and 5 git commands to generate.