mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 7/14] kernel-doc: fix new warning in usb.h
@ 2012-01-21 19:02 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2012-01-21 19:02 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Linus Torvalds, Greg KH, linux-usb

From: Randy Dunlap <rdunlap@xenotime.net>

Fix new kernel-doc warning:

Warning(include/linux/usb.h:1251): No description found for parameter 'num_mapped_sgs'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
---
 include/linux/usb.h |    1 +
 1 file changed, 1 insertion(+)

--- lnx-33-rc1.orig/include/linux/usb.h
+++ lnx-33-rc1/include/linux/usb.h
@@ -1073,6 +1073,7 @@ typedef void (*usb_complete_t)(struct ur
  *	which the host controller driver should use in preference to the
  *	transfer_buffer.
  * @sg: scatter gather buffer list
+ * @num_mapped_sgs: (internal) number of mapped sg entries
  * @num_sgs: number of entries in the sg list
  * @transfer_buffer_length: How big is transfer_buffer.  The transfer may
  *	be broken up into chunks according to the current maximum packet

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

only message in thread, other threads:[~2012-01-21 18:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-21 19:02 [PATCH 7/14] kernel-doc: fix new warning in usb.h Randy Dunlap

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

Powered by JetHome