Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <rdunlap@xenotime.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
0fcd9778 194b3af4

+1
+1
include/linux/usb.h
··· 1073 1073 * which the host controller driver should use in preference to the 1074 1074 * transfer_buffer. 1075 1075 * @sg: scatter gather buffer list 1076 + * @num_mapped_sgs: (internal) number of mapped sg entries 1076 1077 * @num_sgs: number of entries in the sg list 1077 1078 * @transfer_buffer_length: How big is transfer_buffer. The transfer may 1078 1079 * be broken up into chunks according to the current maximum packet