staging: usbip: Fix typo in comments within usbip
Correct spelling typo in comments Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0a0ba85174
commit
6ec16a4cc0
2 changed files with 2 additions and 2 deletions
|
@ -230,7 +230,7 @@ static int refresh_class_device_list(void)
|
||||||
|
|
||||||
sysfs_close_list(cname_list);
|
sysfs_close_list(cname_list);
|
||||||
|
|
||||||
/* seach under /sys/block */
|
/* search under /sys/block */
|
||||||
ret = search_class_for_usbip_device(SYSFS_BLOCK_NAME);
|
ret = search_class_for_usbip_device(SYSFS_BLOCK_NAME);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
|
@ -144,7 +144,7 @@ static int query_import_device(int sockfd, char *busid)
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* recieve a reply */
|
/* receive a reply */
|
||||||
rc = usbip_net_recv_op_common(sockfd, &code);
|
rc = usbip_net_recv_op_common(sockfd, &code);
|
||||||
if (rc < 0) {
|
if (rc < 0) {
|
||||||
err("recv op_common");
|
err("recv op_common");
|
||||||
|
|
Loading…
Add table
Reference in a new issue