From: Randy Dunlap Date: Sat, 21 Jan 2012 19:02:56 +0000 (-0800) Subject: kernel-doc: fix new warning in usb.h X-Git-Tag: v3.3-rc2~45^2~5 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4d922612df8bd1202a1f51d95b78aca3d67302cd;p=~emulex%2Finfiniband.git kernel-doc: fix new warning in usb.h Fix new kernel-doc warning: Warning(include/linux/usb.h:1251): No description found for parameter 'num_mapped_sgs' Signed-off-by: Randy Dunlap Cc: Greg Kroah-Hartman Signed-off-by: Linus Torvalds --- diff --git a/include/linux/usb.h b/include/linux/usb.h index 27a4e16d2bf..69d845739bc 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h @@ -1073,6 +1073,7 @@ typedef void (*usb_complete_t)(struct urb *); * 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