Skip to content

Commit 250fe9a

Browse files
mchehabdanvet
authored andcommitted
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 <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/21661aed9892a1bacc7ef76a5dc9f5c7b37f5d8f.1605521731.git.mchehab+huawei@kernel.org
1 parent a1ac250 commit 250fe9a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

drivers/video/fbdev/core/fbcmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ static const struct fb_cmap default_16_colors = {
7676

7777

7878
/**
79-
* fb_alloc_cmap - allocate a colormap
79+
* fb_alloc_cmap_gfp - allocate a colormap
8080
* @cmap: frame buffer colormap structure
8181
* @len: length of @cmap
8282
* @transp: boolean, 1 if there is transparency, 0 otherwise

drivers/video/hdmi.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,8 @@ static int hdmi_audio_infoframe_unpack(struct hdmi_audio_infoframe *frame,
16921692
}
16931693

16941694
/**
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
16961697
* @frame: HDMI Vendor infoframe
16971698
* @buffer: source buffer
16981699
* @size: size of buffer

0 commit comments

Comments
 (0)