Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

video: fix some kernel-doc markups

Some identifiers have different names between their prototypes
and the kernel-doc markup.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/21661aed9892a1bacc7ef76a5dc9f5c7b37f5d8f.1605521731.git.mchehab+huawei@kernel.org

authored by

Mauro Carvalho Chehab and committed by
Daniel Vetter
250fe9a5 a1ac250a

+3 -2
+1 -1
drivers/video/fbdev/core/fbcmap.c
··· 76 76 77 77 78 78 /** 79 - * fb_alloc_cmap - allocate a colormap 79 + * fb_alloc_cmap_gfp - allocate a colormap 80 80 * @cmap: frame buffer colormap structure 81 81 * @len: length of @cmap 82 82 * @transp: boolean, 1 if there is transparency, 0 otherwise
+2 -1
drivers/video/hdmi.c
··· 1692 1692 } 1693 1693 1694 1694 /** 1695 - * hdmi_vendor_infoframe_unpack() - unpack binary buffer to a HDMI vendor infoframe 1695 + * hdmi_vendor_any_infoframe_unpack() - unpack binary buffer to a HDMI 1696 + * vendor infoframe 1696 1697 * @frame: HDMI Vendor infoframe 1697 1698 * @buffer: source buffer 1698 1699 * @size: size of buffer