Skip to content

Commit

Permalink
Add a couple kernel-doc lines to prevent warnings.
Browse files Browse the repository at this point in the history
No functional change.

Signed-off-by: Robert P. J. Day <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
  • Loading branch information
rpjday authored and Felipe Balbi committed May 15, 2013
1 parent de97f25 commit 21c7dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/gadget/f_ecm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions drivers/usb/gadget/f_subset.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 21c7dee

Please sign in to comment.