Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Eric Gonçalves and committed by
Greg Kroah-Hartman
0d739504 1daa7f57

+2 -2
+2 -2
tools/usb/usbip/src/usbipd.c
··· 396 396 397 397 usbip_net_set_reuseaddr(sock); 398 398 usbip_net_set_nodelay(sock); 399 - /* We use seperate sockets for IPv4 and IPv6 399 + /* We use separate sockets for IPv4 and IPv6 400 400 * (see do_standalone_mode()) */ 401 401 usbip_net_set_v6only(sock); 402 402 ··· 517 517 518 518 /* 519 519 * To suppress warnings on systems with bindv6only disabled 520 - * (default), we use seperate sockets for IPv6 and IPv4 and set 520 + * (default), we use separate sockets for IPv6 and IPv4 and set 521 521 * IPV6_V6ONLY on the IPv6 sockets. 522 522 */ 523 523 if (ipv4 && ipv6)