mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
usb: typec: Fix htmldocs warning
Fix htmldocs warning:
drivers/usb/typec/mux.c:186: warning: Function parameter or member 'mux' not described in
'typec_mux_unregister'
Reported-by: kbuild test robot <lkp@intel.com>
Fixes: bdecb33af3
("usb: typec: API for controlling USB Type-C Multiplexers")
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a0d6ec8809
commit
74789aed88
@ -178,7 +178,7 @@ EXPORT_SYMBOL_GPL(typec_mux_register);
|
||||
|
||||
/**
|
||||
* typec_mux_unregister - Unregister Multiplexer Switch
|
||||
* @sw: USB Type-C Connector Multiplexer/DeMultiplexer
|
||||
* @mux: USB Type-C Connector Multiplexer/DeMultiplexer
|
||||
*
|
||||
* Unregister mux that was registered with typec_mux_register().
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user