From e4363c116cd398721ad1eea6d7cfc68ebfaaf136 Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Wed, 19 Sep 2007 23:20:55 +0000 Subject: usb stack code police, fix some warnings and set svn keywords correctly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14761 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/usb/arcotg_dcd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/drivers/usb/arcotg_dcd.c') diff --git a/firmware/drivers/usb/arcotg_dcd.c b/firmware/drivers/usb/arcotg_dcd.c index 124742cf13..0674342eb9 100644 --- a/firmware/drivers/usb/arcotg_dcd.c +++ b/firmware/drivers/usb/arcotg_dcd.c @@ -116,7 +116,7 @@ timer_expired(struct timer * timer) /*-------------------------------------------------------------------------*/ /* gets called by usb_stack_init() to register - * this arcotg device conrtollder driver in the + * this arcotg device controller driver in the * stack. */ void usb_dcd_init(void) { @@ -415,7 +415,7 @@ static void port_change_int(void) static void dtd_complete(void) { uint32_t bit_pos; - int i, ep_num, direction, bit_mask, status; + int i, ep_num, direction, bit_mask /*, status*/; /* clear the bits in the register */ bit_pos = UDC_ENDPTCOMPLETE; -- cgit v1.2.3