From: Hans Verkuil Date: Wed, 29 Dec 2010 17:25:52 +0000 (-0300) Subject: [media] v4l2-ctrls: use const char * const * for the menu arrays X-Git-Tag: v2.6.38-rc1~470^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=513521eaee4375a1a0da0b73c7131a165a9fe4d9;p=pandora-kernel.git [media] v4l2-ctrls: use const char * const * for the menu arrays 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed