mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 20:21:57 +00:00
Add a couple kernel-doc lines to prevent warnings.
No functional change. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
de97f25039
commit
21c7dee52c
@ -816,6 +816,7 @@ ecm_unbind(struct usb_configuration *c, struct usb_function *f)
|
||||
* @c: the configuration to support the network link
|
||||
* @ethaddr: a buffer in which the ethernet address of the host side
|
||||
* side of the link was recorded
|
||||
* @dev: eth_dev structure
|
||||
* Context: single threaded during gadget setup
|
||||
*
|
||||
* Returns zero on success, else negative errno.
|
||||
|
@ -373,6 +373,7 @@ geth_unbind(struct usb_configuration *c, struct usb_function *f)
|
||||
* @c: the configuration to support the network link
|
||||
* @ethaddr: a buffer in which the ethernet address of the host side
|
||||
* side of the link was recorded
|
||||
* @dev: eth_dev structure
|
||||
* Context: single threaded during gadget setup
|
||||
*
|
||||
* Returns zero on success, else negative errno.
|
||||
|
Loading…
Reference in New Issue
Block a user