projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a59d6b9
)
usb: musb: update musb_platform_ops docs to match code
author
Mike Frysinger
<
[email protected]
>
Wed, 29 Jun 2011 13:41:48 +0000
(16:41 +0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 1 Jul 2011 21:27:04 +0000
(14:27 -0700)
The "channel_program" member was renamed to "adjust_channel_params",
but the documentation wasn't updated.
Reported-by: Sergei Shtylyov <
[email protected]
>
Signed-off-by: Mike Frysinger <
[email protected]
>
Signed-off-by: Felipe Balbi <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/usb/musb/musb_core.h
patch
|
blob
|
history
diff --git
a/drivers/usb/musb/musb_core.h
b/drivers/usb/musb/musb_core.h
index 0e053b5879601fa93a77a8caede70773b1360f27..12542a48a64e916e4fbc3e4e29d1542996034951 100644
(file)
--- a/
drivers/usb/musb/musb_core.h
+++ b/
drivers/usb/musb/musb_core.h
@@
-261,7
+261,7
@@
enum musb_g_ep0_state {
* @try_ilde: tries to idle the IP
* @vbus_status: returns vbus status if possible
* @set_vbus: forces vbus status
- * @
channel_program
: pre check for standard dma channel_program func
+ * @
adjust_channel_params
: pre check for standard dma channel_program func
*/
struct musb_platform_ops {
int (*init)(struct musb *musb);