]> www.infradead.org Git - users/hch/misc.git/commitdiff
tools/usb/usbip: fix spelling mistakes in usbipd.c
authorEric Gonçalves <ghatto404@gmail.com>
Mon, 25 Aug 2025 04:17:39 +0000 (04:17 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 6 Sep 2025 13:22:14 +0000 (15:22 +0200)
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>
tools/usb/usbip/src/usbipd.c

index 48398a78e88afb3df907c648eb88ec6867e43dea..3e22b651c7544d5aeefb9a6beb9c431c931acc50 100644 (file)
@@ -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)