From cac018a6fdf021157f7cbb9530bb11058a7fb323 Mon Sep 17 00:00:00 2001 From: "Justin P. Mattock" Date: Sat, 26 Feb 2011 20:34:01 -0800 Subject: [PATCH] --- yaml --- r: 236190 b: refs/heads/master c: 979cdcc90b5d4934e66cc7d7119cae949776d8bc h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/staging/westbridge/astoria/api/src/cyasusb.c | 4 ++-- .../westbridge/astoria/include/linux/westbridge/cyasusb.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 01d43e32033e..1a6bc339be49 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0ffa3db9946ba2534d612d70cf40fa51fd5b63a4 +refs/heads/master: 979cdcc90b5d4934e66cc7d7119cae949776d8bc diff --git a/trunk/drivers/staging/westbridge/astoria/api/src/cyasusb.c b/trunk/drivers/staging/westbridge/astoria/api/src/cyasusb.c index d9cb7d49ae7d..92ea42503bf3 100644 --- a/trunk/drivers/staging/westbridge/astoria/api/src/cyasusb.c +++ b/trunk/drivers/staging/westbridge/astoria/api/src/cyasusb.c @@ -1058,8 +1058,8 @@ my_handle_response_connect(cy_as_device *dev_p, * This method asks the West Bridge device to connect the * internal USB D+ and D- signals to the USB pins, thus * starting the enumeration processes if the external pins -* are connnected to a USB host. If the external pins are -* not connect to a USB host, enumeration will begin as soon +* are connected to a USB host. If the external pins are +* not connected to a USB host, enumeration will begin as soon * as the USB pins are connected to a host. */ cy_as_return_status_t diff --git a/trunk/drivers/staging/westbridge/astoria/include/linux/westbridge/cyasusb.h b/trunk/drivers/staging/westbridge/astoria/include/linux/westbridge/cyasusb.h index 9049c8d9fe6a..4a549e146812 100644 --- a/trunk/drivers/staging/westbridge/astoria/include/linux/westbridge/cyasusb.h +++ b/trunk/drivers/staging/westbridge/astoria/include/linux/westbridge/cyasusb.h @@ -746,7 +746,7 @@ cy_as_usb_register_callback( the West Bridge device as a different device when necessary. This function connects the D+ and D- signal physically to the USB host - if they have been previously disconnnected. + if they have been previously disconnected. * Valid In Asynchronous Callback: YES (if cb supplied) * Nestable: YES