From: "Justin P. Mattock" <justinmattock@gmail.com>
To: trivial@kernel.org
Cc: linux-kernel@vger.kernel.org,
"Justin P. Mattock" <justinmattock@gmail.com>,
Greg Kroah-Hartman <gregkh@suse.de>,
David Cross <david.cross@cypress.com>,
devel@driverdev.osuosl.org
Subject: [PATCH 08/17]drivers:staging:westbridge:astoria Remove one to many n's in a word.
Date: Sat, 26 Feb 2011 20:34:01 -0800 [thread overview]
Message-ID: <1298781250-2718-9-git-send-email-justinmattock@gmail.com> (raw)
In-Reply-To: <1298781250-2718-1-git-send-email-justinmattock@gmail.com>
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
---
.../staging/westbridge/astoria/api/src/cyasusb.c | 4 ++--
.../astoria/include/linux/westbridge/cyasusb.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/westbridge/astoria/api/src/cyasusb.c b/drivers/staging/westbridge/astoria/api/src/cyasusb.c
index 7777d9a..71fe2fd 100644
--- a/drivers/staging/westbridge/astoria/api/src/cyasusb.c
+++ b/drivers/staging/westbridge/astoria/api/src/cyasusb.c
@@ -1056,8 +1056,8 @@ destroy:
* 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/drivers/staging/westbridge/astoria/include/linux/westbridge/cyasusb.h b/drivers/staging/westbridge/astoria/include/linux/westbridge/cyasusb.h
index 9049c8d..4a549e1 100644
--- a/drivers/staging/westbridge/astoria/include/linux/westbridge/cyasusb.h
+++ b/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
--
1.7.4.1
next prev parent reply other threads:[~2011-02-27 4:36 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-27 4:33 [PATCH 00/00]Remove " Justin P. Mattock
2011-02-27 4:33 ` [PATCH 01/17]drivers:dma:timb_dma.c Remove " Justin P. Mattock
2011-02-27 4:33 ` [PATCH 02/17]drivers:watchdog:sbc_epx_c3.c " Justin P. Mattock
2011-02-27 4:33 ` [PATCH 03/17]drivers:usb:core:hub.c " Justin P. Mattock
2011-02-27 4:33 ` [PATCH 04/17]drivers:usb:host:uhci-hcd.c " Justin P. Mattock
2011-02-27 4:33 ` [PATCH 05/17]drivers:staging:brcm80211:include:bcmsdh_sdmmc.h " Justin P. Mattock
2011-02-27 4:33 ` [PATCH 06/17]drivers:staging:rt2860 " Justin P. Mattock
2011-02-27 4:34 ` [PATCH 07/17]drivers:staging:dspbridge:node.h " Justin P. Mattock
2011-02-27 4:34 ` Justin P. Mattock [this message]
2011-02-27 4:34 ` [PATCH 09/17]drivers:staging:bcm:CmHost.c " Justin P. Mattock
2011-02-27 4:34 ` [PATCH 10/17]drivers:hwmon:sht15.c " Justin P. Mattock
2011-02-27 7:54 ` Jean Delvare
2011-02-27 4:34 ` [PATCH 11/17]fs:btrfs:disk-io.c " Justin P. Mattock
2011-02-27 4:34 ` [PATCH 12/17]fs:jbd " Justin P. Mattock
2011-02-27 22:38 ` Ted Ts'o
2011-02-28 18:25 ` Jan Kara
2011-02-27 4:34 ` [PATCH 13/17]fs:notify:fanotify:fanotify_user.c " Justin P. Mattock
2011-02-27 4:34 ` [PATCH 14/17]fs:notify:inotify:inotify_user.c " Justin P. Mattock
2011-02-27 4:34 ` [PATCH 15/17]mm:mempolicy.c " Justin P. Mattock
2011-02-27 4:34 ` [PATCH 16/17]mm:shmem.c " Justin P. Mattock
2011-03-01 14:12 ` [PATCH 00/00]Remove " Jiri Kosina
2011-03-01 15:30 ` Justin Mattock
2011-02-27 4:34 ` [PATCH 17/17]sound:core:seq:seq_ports.c Remove " Justin P. Mattock
2011-02-27 9:06 ` Takashi Iwai
2011-02-28 8:17 ` [PATCH 00/00]Remove " Andy Shevchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1298781250-2718-9-git-send-email-justinmattock@gmail.com \
--to=justinmattock@gmail.com \
--cc=david.cross@cypress.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®