mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 05:32:00 +00:00
usb: gadget: Add description for module parameter
The description for "qlen" is missing, and there is a description for this parameter in "Documentation/usb/gadget_printer.rst" Signed-off-by: Wei Ming Chen <jj251510319013@gmail.com> Link: https://lore.kernel.org/r/20210821142647.2904-1-jj251510319013@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
66cce9e73e
commit
9fe3c93f9d
@ -50,6 +50,7 @@ MODULE_PARM_DESC(iPNPstring, "MFG:linux;MDL:g_printer;CLS:PRINTER;SN:1;");
|
||||
/* Number of requests to allocate per endpoint, not used for ep0. */
|
||||
static unsigned qlen = 10;
|
||||
module_param(qlen, uint, S_IRUGO|S_IWUSR);
|
||||
MODULE_PARM_DESC(qlen, "The number of 8k buffers to use per endpoint");
|
||||
|
||||
#define QLEN qlen
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user