param_enum: Make name strings const
Not only the array containing the pointers should be const but
also the strings themselves, so instead of using const char **
use const char * const *.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent f38ba32 commit 546c5a9c788eb63f3e3a0ed74f6498cc19c2b07d
@Sascha Hauer Sascha Hauer authored on 23 Jun 2015
Showing 3 changed files
View
include/globalvar.h
View
include/param.h
View
lib/parameter.c