mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-05 11:55:18 +07:00
usb: correct kernel-doc inconsistency
Silence documentation build warning by correcting kernel-doc comment for sub_validate_langid function. ./drivers/usb/gadget/usbstring.c:77: warning: Function parameter or member 'langid' not described in 'usb_validate_langid' ./drivers/usb/gadget/usbstring.c:77: warning: Excess function parameter 'lang' description in 'usb_validate_langid' Signed-off-by: Colton Lewis <colton.w.lewis@protonmail.com> Link: https://lore.kernel.org/r/20200707045207.235540-1-colton.w.lewis@protonmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
768a074128
commit
69f6a918ff
@ -68,7 +68,7 @@ EXPORT_SYMBOL_GPL(usb_gadget_get_string);
|
||||
|
||||
/**
|
||||
* usb_validate_langid - validate usb language identifiers
|
||||
* @lang: usb language identifier
|
||||
* @langid: usb language identifier
|
||||
*
|
||||
* Returns true for valid language identifier, otherwise false.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user