Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22a95949 authored by Randy Dunlap's avatar Randy Dunlap Committed by Paul Mundt
Browse files

framebuffer: fix fbcmap.c kernel-doc warning



Fix kernel-doc warning in fbcmap.c:

Warning(drivers/video/fbcmap.c:92): No description found for parameter 'flags'

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 698fd6a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -80,6 +80,7 @@ static const struct fb_cmap default_16_colors = {
 *	@cmap: frame buffer colormap structure
 *	@cmap: frame buffer colormap structure
 *	@len: length of @cmap
 *	@len: length of @cmap
 *	@transp: boolean, 1 if there is transparency, 0 otherwise
 *	@transp: boolean, 1 if there is transparency, 0 otherwise
 *	@flags: flags for kmalloc memory allocation
 *
 *
 *	Allocates memory for a colormap @cmap.  @len is the
 *	Allocates memory for a colormap @cmap.  @len is the
 *	number of entries in the palette.
 *	number of entries in the palette.