diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-04-06 23:33:52 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-04-10 10:31:01 -0700 |
commit | 73e2918990c0d0ba7866696d492a8090e4f9f396 (patch) | |
tree | 7f18776adff2875a35751a4788b399594d0c1784 /drivers/staging/usbip | |
parent | 73e18893ddf8d2c8cf319ff3d11a5aa75db5d5f8 (diff) | |
download | linux-73e2918990c0d0ba7866696d492a8090e4f9f396.tar.bz2 |
staging: Fix typo in multiple files
Collect spelling typo in multiple files within staging directory.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/usbip')
-rw-r--r-- | drivers/staging/usbip/usbip_protocol.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/usbip/usbip_protocol.txt b/drivers/staging/usbip/usbip_protocol.txt index 0f102081e86c..16b6fe27284c 100644 --- a/drivers/staging/usbip/usbip_protocol.txt +++ b/drivers/staging/usbip/usbip_protocol.txt @@ -27,7 +27,7 @@ Once the client knows the list of exported USB devices it may decide to use one of them. First the client opens a TCP/IP connection towards the server and sends an OP_REQ_IMPORT packet. The server replies with OP_REP_IMPORT. If the import was successful the TCP/IP connection remains open and will be used -to trasfer the URB traffic between the client and the server. The client may +to transfer the URB traffic between the client and the server. The client may send two types of packets: the USBIP_CMD_SUBMIT to submit an URB, and USBIP_CMD_UNLINK to unlink a previously submitted URB. The answers of the server may be USBIP_RET_SUBMIT and USBIP_RET_UNLINK respectively. |