diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2014-01-02 08:59:24 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-03 15:39:31 -0500 |
commit | cd8c50532a42065339be1fe550e66b89d7ffd14f (patch) | |
tree | ba0cd2ce8f06894ad92be05dc7fae410589a5bd3 /drivers/usb/serial/zte_ev.c | |
parent | 5ae477b05fb5edd059f709ff0a7a2f40fb2827d1 (diff) |
USB: serial: correct spelling mistakes in comments
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial/zte_ev.c')
-rw-r--r-- | drivers/usb/serial/zte_ev.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/usb/serial/zte_ev.c b/drivers/usb/serial/zte_ev.c index eae2c873b39f..288d26565c59 100644 --- a/drivers/usb/serial/zte_ev.c +++ b/drivers/usb/serial/zte_ev.c | |||
@@ -53,7 +53,7 @@ static int zte_ev_usb_serial_open(struct tty_struct *tty, | |||
53 | USB_CTRL_GET_TIMEOUT); | 53 | USB_CTRL_GET_TIMEOUT); |
54 | dev_dbg(dev, "result = %d\n", result); | 54 | dev_dbg(dev, "result = %d\n", result); |
55 | 55 | ||
56 | /* send 2st cmd and recieve data */ | 56 | /* send 2st cmd and receive data */ |
57 | /* | 57 | /* |
58 | * 16.0 CTL a1 21 00 00 00 00 07 00 CLASS 25.1.0(5) | 58 | * 16.0 CTL a1 21 00 00 00 00 07 00 CLASS 25.1.0(5) |
59 | * 16.0 DI 00 96 00 00 00 00 08 | 59 | * 16.0 DI 00 96 00 00 00 00 08 |
@@ -65,7 +65,7 @@ static int zte_ev_usb_serial_open(struct tty_struct *tty, | |||
65 | USB_CTRL_GET_TIMEOUT); | 65 | USB_CTRL_GET_TIMEOUT); |
66 | debug_data(dev, __func__, len, buf, result); | 66 | debug_data(dev, __func__, len, buf, result); |
67 | 67 | ||
68 | /* send 3 cmd */ | 68 | /* send 3rd cmd */ |
69 | /* | 69 | /* |
70 | * 16.0 CTL 21 20 00 00 00 00 07 00 CLASS 30.1.0 | 70 | * 16.0 CTL 21 20 00 00 00 00 07 00 CLASS 30.1.0 |
71 | * 16.0 DO 80 25 00 00 00 00 08 .%..... 30.2.0 | 71 | * 16.0 DO 80 25 00 00 00 00 08 .%..... 30.2.0 |
@@ -84,7 +84,7 @@ static int zte_ev_usb_serial_open(struct tty_struct *tty, | |||
84 | USB_CTRL_GET_TIMEOUT); | 84 | USB_CTRL_GET_TIMEOUT); |
85 | debug_data(dev, __func__, len, buf, result); | 85 | debug_data(dev, __func__, len, buf, result); |
86 | 86 | ||
87 | /* send 4 cmd */ | 87 | /* send 4th cmd */ |
88 | /* | 88 | /* |
89 | * 16.0 CTL 21 22 03 00 00 00 00 00 | 89 | * 16.0 CTL 21 22 03 00 00 00 00 00 |
90 | */ | 90 | */ |
@@ -95,7 +95,7 @@ static int zte_ev_usb_serial_open(struct tty_struct *tty, | |||
95 | USB_CTRL_GET_TIMEOUT); | 95 | USB_CTRL_GET_TIMEOUT); |
96 | dev_dbg(dev, "result = %d\n", result); | 96 | dev_dbg(dev, "result = %d\n", result); |
97 | 97 | ||
98 | /* send 5 cmd */ | 98 | /* send 5th cmd */ |
99 | /* | 99 | /* |
100 | * 16.0 CTL a1 21 00 00 00 00 07 00 CLASS 33.1.0 | 100 | * 16.0 CTL a1 21 00 00 00 00 07 00 CLASS 33.1.0 |
101 | * 16.0 DI 80 25 00 00 00 00 08 | 101 | * 16.0 DI 80 25 00 00 00 00 08 |
@@ -107,7 +107,7 @@ static int zte_ev_usb_serial_open(struct tty_struct *tty, | |||
107 | USB_CTRL_GET_TIMEOUT); | 107 | USB_CTRL_GET_TIMEOUT); |
108 | debug_data(dev, __func__, len, buf, result); | 108 | debug_data(dev, __func__, len, buf, result); |
109 | 109 | ||
110 | /* send 6 cmd */ | 110 | /* send 6th cmd */ |
111 | /* | 111 | /* |
112 | * 16.0 CTL 21 20 00 00 00 00 07 00 CLASS 34.1.0 | 112 | * 16.0 CTL 21 20 00 00 00 00 07 00 CLASS 34.1.0 |
113 | * 16.0 DO 80 25 00 00 00 00 08 | 113 | * 16.0 DO 80 25 00 00 00 00 08 |
@@ -195,7 +195,7 @@ static void zte_ev_usb_serial_close(struct usb_serial_port *port) | |||
195 | USB_CTRL_GET_TIMEOUT); | 195 | USB_CTRL_GET_TIMEOUT); |
196 | debug_data(dev, __func__, len, buf, result); | 196 | debug_data(dev, __func__, len, buf, result); |
197 | 197 | ||
198 | /* send 4 cmd */ | 198 | /* send 4th cmd */ |
199 | /* | 199 | /* |
200 | * 16.0 CTL 21 20 00 00 00 00 07 00 CLASS 30.1.0 | 200 | * 16.0 CTL 21 20 00 00 00 00 07 00 CLASS 30.1.0 |
201 | * 16.0 DO 00 c2 01 00 00 00 08 .%..... 30.2.0 | 201 | * 16.0 DO 00 c2 01 00 00 00 08 .%..... 30.2.0 |
@@ -214,7 +214,7 @@ static void zte_ev_usb_serial_close(struct usb_serial_port *port) | |||
214 | USB_CTRL_GET_TIMEOUT); | 214 | USB_CTRL_GET_TIMEOUT); |
215 | debug_data(dev, __func__, len, buf, result); | 215 | debug_data(dev, __func__, len, buf, result); |
216 | 216 | ||
217 | /* send 5 cmd */ | 217 | /* send 5th cmd */ |
218 | /* | 218 | /* |
219 | * 16.0 CTL 21 22 03 00 00 00 00 00 | 219 | * 16.0 CTL 21 22 03 00 00 00 00 00 |
220 | */ | 220 | */ |
@@ -225,7 +225,7 @@ static void zte_ev_usb_serial_close(struct usb_serial_port *port) | |||
225 | USB_CTRL_GET_TIMEOUT); | 225 | USB_CTRL_GET_TIMEOUT); |
226 | dev_dbg(dev, "result = %d\n", result); | 226 | dev_dbg(dev, "result = %d\n", result); |
227 | 227 | ||
228 | /* send 6 cmd */ | 228 | /* send 6th cmd */ |
229 | /* | 229 | /* |
230 | * 16.0 CTL a1 21 00 00 00 00 07 00 CLASS 33.1.0 | 230 | * 16.0 CTL a1 21 00 00 00 00 07 00 CLASS 33.1.0 |
231 | * 16.0 DI 00 c2 01 00 00 00 08 | 231 | * 16.0 DI 00 c2 01 00 00 00 08 |
@@ -237,7 +237,7 @@ static void zte_ev_usb_serial_close(struct usb_serial_port *port) | |||
237 | USB_CTRL_GET_TIMEOUT); | 237 | USB_CTRL_GET_TIMEOUT); |
238 | debug_data(dev, __func__, len, buf, result); | 238 | debug_data(dev, __func__, len, buf, result); |
239 | 239 | ||
240 | /* send 7 cmd */ | 240 | /* send 7th cmd */ |
241 | /* | 241 | /* |
242 | * 16.0 CTL 21 20 00 00 00 00 07 00 CLASS 354.1.0 | 242 | * 16.0 CTL 21 20 00 00 00 00 07 00 CLASS 354.1.0 |
243 | * 16.0 DO 00 c2 01 00 00 00 08 ....... 354.2.0 | 243 | * 16.0 DO 00 c2 01 00 00 00 08 ....... 354.2.0 |
@@ -256,7 +256,7 @@ static void zte_ev_usb_serial_close(struct usb_serial_port *port) | |||
256 | USB_CTRL_GET_TIMEOUT); | 256 | USB_CTRL_GET_TIMEOUT); |
257 | debug_data(dev, __func__, len, buf, result); | 257 | debug_data(dev, __func__, len, buf, result); |
258 | 258 | ||
259 | /* send 8 cmd */ | 259 | /* send 8th cmd */ |
260 | /* | 260 | /* |
261 | * 16.0 CTL 21 22 03 00 00 00 00 00 | 261 | * 16.0 CTL 21 22 03 00 00 00 00 00 |
262 | */ | 262 | */ |