Skip to content

Commit

Permalink
framebuffer: fix fbcmap.c kernel-doc warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Paul Mundt committed Nov 26, 2010
1 parent 698fd6a commit 22a9594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/fbcmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 22a9594

Please sign in to comment.