diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2013-05-02 10:28:33 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-05-15 17:19:43 +0300 |
commit | 21c7dee52c02cb4c14f839f16ab538215e52ba13 (patch) | |
tree | f50a99c08b467866cb405c9f9e880dc6454a3123 /drivers/usb/gadget/f_ecm.c | |
parent | de97f250394996f5acb07ba9e6dbdfc15ee4316c (diff) |
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>
Diffstat (limited to 'drivers/usb/gadget/f_ecm.c')
-rw-r--r-- | drivers/usb/gadget/f_ecm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/f_ecm.c b/drivers/usb/gadget/f_ecm.c index d893d6929079..abf8a31ae146 100644 --- a/drivers/usb/gadget/f_ecm.c +++ b/drivers/usb/gadget/f_ecm.c @@ -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. |