]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
framebuffer: fix fbcmap.c kernel-doc warning
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 26 Nov 2010 05:20:25 +0000 (05:20 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 26 Nov 2010 06:05:08 +0000 (15:05 +0900)
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>
drivers/video/fbcmap.c

index affdf3e32cf312bb418fb228182cb26abf4a67bb..5c3960da755aa52eefe1069442e9a43341e43e8c 100644 (file)
@@ -80,6 +80,7 @@ static const struct fb_cmap default_16_colors = {
  *     @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.