summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-serial.c
diff options
context:
space:
mode:
authorAdrian Bunk2006-01-10 00:13:33 +0100
committerAdrian Bunk2006-01-10 00:13:33 +0100
commit93b1fae49189d82bca38f47334e9853e44105ced (patch)
tree219f5555a27a122b41f50d708e4dbb541573c7cf /drivers/usb/serial/usb-serial.c
parentspelling: s/retreive/retrieve/ (diff)
downloadkernel-qcow2-linux-93b1fae49189d82bca38f47334e9853e44105ced.tar.gz
kernel-qcow2-linux-93b1fae49189d82bca38f47334e9853e44105ced.tar.xz
kernel-qcow2-linux-93b1fae49189d82bca38f47334e9853e44105ced.zip
spelling: s/trough/through/
Additionally, one comment was reformulated by Joe Perches <joe@perches.com>. Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/usb/serial/usb-serial.c')
-rw-r--r--drivers/usb/serial/usb-serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/usb-serial.c b/drivers/usb/serial/usb-serial.c
index 8bc8337c99c4..4dd6865d32b0 100644
--- a/drivers/usb/serial/usb-serial.c
+++ b/drivers/usb/serial/usb-serial.c
@@ -584,7 +584,7 @@ static struct usb_serial_driver *search_serial_device(struct usb_interface *ifac
const struct usb_device_id *id;
struct usb_serial_driver *t;
- /* List trough know devices and see if the usb id matches */
+ /* Check if the usb id matches a known device */
list_for_each(p, &usb_serial_driver_list) {
t = list_entry(p, struct usb_serial_driver, driver_list);
id = usb_match_id(iface, t->id_table);