From: Randy Dunlap <randy.dunlap@oracle.com>
To: linux-fbdev@vger.kernel.org
Subject: [PATCH] framebuffer: fix fbcmap.c kernel-doc warning
Date: Fri, 26 Nov 2010 05:20:25 +0000 [thread overview]
Message-ID: <20101125212025.e0ccbeda.randy.dunlap@oracle.com> (raw)
From: Randy Dunlap <randy.dunlap@oracle.com>
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>
---
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.
next reply other threads:[~2010-11-26 5:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-26 5:20 Randy Dunlap [this message]
2010-11-26 6:05 ` [PATCH] framebuffer: fix fbcmap.c kernel-doc warning Paul Mundt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101125212025.e0ccbeda.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=linux-fbdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).