mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] dev_set_name: fix missing kernel-doc
@ 2008-06-05  4:40 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2008-06-05  4:40 UTC (permalink / raw)
  To: lkml; +Cc: gregkh, akpm

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix kernel-doc for new dev_set_name() function:

Warning(lin2626-rc5//drivers/base/core.c:767): No description found for parameter 'fmt'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 drivers/base/core.c |    1 +
 1 file changed, 1 insertion(+)

--- lin2626-rc5.orig/drivers/base/core.c
+++ lin2626-rc5/drivers/base/core.c
@@ -762,6 +762,7 @@ static void device_remove_class_symlinks
 /**
  * dev_set_name - set a device name
  * @dev: device
+ * @fmt: format string for the device's name
  */
 int dev_set_name(struct device *dev, const char *fmt, ...)
 {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-05  4:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-05  4:40 [PATCH] dev_set_name: fix missing kernel-doc Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®