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

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: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

authored by

Randy Dunlap and committed by
Paul Mundt
22a95949 698fd6a2

+1
+1
drivers/video/fbcmap.c
··· 80 80 * @cmap: frame buffer colormap structure 81 81 * @len: length of @cmap 82 82 * @transp: boolean, 1 if there is transparency, 0 otherwise 83 + * @flags: flags for kmalloc memory allocation 83 84 * 84 85 * Allocates memory for a colormap @cmap. @len is the 85 86 * number of entries in the palette.