[media] v4l2-ctrls: use const char * const * for the menu arrays
authorHans Verkuil <hverkuil@xs4all.nl>
Wed, 29 Dec 2010 17:25:52 +0000 (14:25 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 30 Dec 2010 10:02:14 +0000 (08:02 -0200)
This prevents checkpatch warnings generated when defining
'static const char *foo[]' arrays. It makes sense to use
const char * const * anyway since the pointers in the array
are indeed const.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found