From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> 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@xxxxxxxxxx> --- drivers/video/fbcmap.c | 1 + 1 file changed, 1 insertion(+) --- linux-2.6.37-rc3-git2.orig/drivers/video/fbcmap.c +++ linux-2.6.37-rc3-git2/drivers/video/fbcmap.c @@ -80,6 +80,7 @@ static const struct fb_cmap default_16_c * @cmap: frame buffer colormap structure * @len: length of @cmap * @transp: boolean, 1 if there is transparency, 0 otherwise + * @flags: flags for kmalloc memory allocation * * Allocates memory for a colormap @cmap. @len is the * number of entries in the palette. -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html