]> git.baikalelectronics.ru Git - kernel.git/commit
media: vpif: don't generate a kernel-doc warning on a constant
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 27 Nov 2017 15:14:25 +0000 (10:14 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 27 Nov 2017 15:35:33 +0000 (10:35 -0500)
commit3bf914cc739e549302dc1238024cfcd59950088b
treea60302e2957d6b96aa8f29b27635eb172dd6074f
parentdc65207b2990a5e8aa9d912763daa201181df941
media: vpif: don't generate a kernel-doc warning on a constant

Constants documentation is not supported by kernel-doc markups.
So, change the comment label to avoid this warning:
drivers/media/platform/davinci/vpif.c:54: warning: cannot understand function prototype: 'const struct vpif_channel_config_params vpif_ch_params[] = '

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/davinci/vpif.c