Skip to content

Commit

Permalink
video: fix some kernel-doc markups
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Mauro Carvalho Chehab authored and Daniel Vetter committed Nov 16, 2020
1 parent a1ac250 commit 250fe9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/video/fbdev/core/fbcmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static const struct fb_cmap default_16_colors = {


/**
* fb_alloc_cmap - allocate a colormap
* fb_alloc_cmap_gfp - allocate a colormap
* @cmap: frame buffer colormap structure
* @len: length of @cmap
* @transp: boolean, 1 if there is transparency, 0 otherwise
Expand Down
3 changes: 2 additions & 1 deletion drivers/video/hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,8 @@ static int hdmi_audio_infoframe_unpack(struct hdmi_audio_infoframe *frame,
}

/**
* hdmi_vendor_infoframe_unpack() - unpack binary buffer to a HDMI vendor infoframe
* hdmi_vendor_any_infoframe_unpack() - unpack binary buffer to a HDMI
* vendor infoframe
* @frame: HDMI Vendor infoframe
* @buffer: source buffer
* @size: size of buffer
Expand Down

0 comments on commit 250fe9a

Please sign in to comment.