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

ipv6: Correct spelling in ipv6.h

Correct spelling in ip_tunnels.h
As reported by codespell.

Cc: David Ahern <dsahern@kernel.org>
Signed-off-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240822-net-spell-v1-4-3a98971ce2d2@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Simon Horman and committed by
Jakub Kicinski
507285b7 d0193b16

+2 -2
+2 -2
include/net/ipv6.h
··· 851 851 * we should *never* get to this point since that 852 852 * would mean the addrs are equal 853 853 * 854 - * However, we do get to it 8) And exacly, when 854 + * However, we do get to it 8) And exactly, when 855 855 * addresses are equal 8) 856 856 * 857 857 * ip route add 1111::/128 via ... ··· 973 973 hash = skb_get_hash_flowi6(skb, fl6); 974 974 975 975 /* Since this is being sent on the wire obfuscate hash a bit 976 - * to minimize possbility that any useful information to an 976 + * to minimize possibility that any useful information to an 977 977 * attacker is leaked. Only lower 20 bits are relevant. 978 978 */ 979 979 hash = rol32(hash, 16);