Skip to content
Snippets Groups Projects
Commit 250fe9a5 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Daniel Vetter
Browse files

video: fix some kernel-doc markups

parent a1ac250a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment