]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit159308106aa0aa0873ee6e000b05db08a9413f58
treea60302e2957d6b96aa8f29b27635eb172dd6074f
parent34eb9751ea8285c7732991a09cb8729d624f6245
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