diff options
| author | Eric Gonçalves <ghatto404@gmail.com> | 2025-08-25 07:17:39 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-09-06 16:22:14 +0300 |
| commit | 0d7395046bb3e412975bf20bb08b41f34c1cd5da (patch) | |
| tree | e37b1ee45f699a42ec7f4c0e16c8be71864c41a1 /tools/usb | |
| parent | 1daa7f57b85038eb3a4e6220a9623557a759758c (diff) | |
| download | linux-0d7395046bb3e412975bf20bb08b41f34c1cd5da.tar.xz | |
tools/usb/usbip: fix spelling mistakes in usbipd.c
Correct two occurences of 'seperate' typos on comments in lines 399 and
520.
Signed-off-by: Eric Gonçalves <ghatto404@gmail.com>
Link: https://lore.kernel.org/r/20250825041739.8117-1-ghatto404@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/usb')
| -rw-r--r-- | tools/usb/usbip/src/usbipd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/usb/usbip/src/usbipd.c b/tools/usb/usbip/src/usbipd.c index 48398a78e88a..3e22b651c754 100644 --- a/tools/usb/usbip/src/usbipd.c +++ b/tools/usb/usbip/src/usbipd.c @@ -396,7 +396,7 @@ static int listen_all_addrinfo(struct addrinfo *ai_head, int sockfdlist[], usbip_net_set_reuseaddr(sock); usbip_net_set_nodelay(sock); - /* We use seperate sockets for IPv4 and IPv6 + /* We use separate sockets for IPv4 and IPv6 * (see do_standalone_mode()) */ usbip_net_set_v6only(sock); @@ -517,7 +517,7 @@ static int do_standalone_mode(int daemonize, int ipv4, int ipv6) /* * To suppress warnings on systems with bindv6only disabled - * (default), we use seperate sockets for IPv6 and IPv4 and set + * (default), we use separate sockets for IPv6 and IPv4 and set * IPV6_V6ONLY on the IPv6 sockets. */ if (ipv4 && ipv6) |
