drivers:staging:westbridge:astoria Remove one to many n's in a word.
The Patch below removes one to many "n's" in a word.. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> CC: Greg Kroah-Hartman <gregkh@suse.de> CC: David Cross <david.cross@cypress.com> CC: devel@driverdev.osuosl.org Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0ffa3db994
commit
979cdcc90b
@@ -1058,8 +1058,8 @@ destroy:
|
|||||||
* This method asks the West Bridge device to connect the
|
* This method asks the West Bridge device to connect the
|
||||||
* internal USB D+ and D- signals to the USB pins, thus
|
* internal USB D+ and D- signals to the USB pins, thus
|
||||||
* starting the enumeration processes if the external pins
|
* starting the enumeration processes if the external pins
|
||||||
* are connnected to a USB host. If the external pins are
|
* are connected to a USB host. If the external pins are
|
||||||
* not connect to a USB host, enumeration will begin as soon
|
* not connected to a USB host, enumeration will begin as soon
|
||||||
* as the USB pins are connected to a host.
|
* as the USB pins are connected to a host.
|
||||||
*/
|
*/
|
||||||
cy_as_return_status_t
|
cy_as_return_status_t
|
||||||
|
@@ -746,7 +746,7 @@ cy_as_usb_register_callback(
|
|||||||
the West Bridge device as a different
|
the West Bridge device as a different
|
||||||
device when necessary. This function connects the D+ and D-
|
device when necessary. This function connects the D+ and D-
|
||||||
signal physically to the USB host
|
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)
|
* Valid In Asynchronous Callback: YES (if cb supplied)
|
||||||
* Nestable: YES
|
* Nestable: YES
|
||||||
|
Reference in New Issue
Block a user