aboutsummaryrefslogtreecommitdiff
path: root/lib/usb/usb_control.c
diff options
context:
space:
mode:
authorUwe Hermann2011-11-16 22:19:10 +0100
committerUwe Hermann2011-11-17 00:12:43 +0100
commit3e9b9cb345858da18d2925bbc3e6dcb5c30810c2 (patch)
tree0b2d88a326bab37bb459c033e6e7240b18d094d2 /lib/usb/usb_control.c
parentd97c937b8e7c33cf2b30f3606707bf785c4ee2ea (diff)
usb: Coding-style fixes.
Diffstat (limited to 'lib/usb/usb_control.c')
-rw-r--r--lib/usb/usb_control.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/usb/usb_control.c b/lib/usb/usb_control.c
index cd3fe0f..09e7976 100644
--- a/lib/usb/usb_control.c
+++ b/lib/usb/usb_control.c
@@ -186,8 +186,9 @@ void _usbd_control_out(u8 ea)
case LAST_DATA_OUT:
if (usb_control_recv_chunk() < 0)
break;
- /* We have now received the full data payload.
- * Invoke callback to process.
+ /*
+ * We have now received the full data payload.
+ * Invoke callback to process.
*/
if (usb_control_request_dispatch(&control_state.req)) {
/* Got to status stage on success. */