ipv6: Remove redundant unlikely()
authorTobias Klauser <tklauser@distanz.ch>
Tue, 8 Oct 2024 08:54:54 +0000 (10:54 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 10 Oct 2024 02:40:46 +0000 (19:40 -0700)
commit3a1beabe115910d848c959268ae6d68b4da77fd7
tree2eb2dda4c9e0153e96f3c9e05d0475d04ffe6a5e
parent4daf4dc275f1aa3b9629334c4185d62b7bdff1c4
ipv6: Remove redundant unlikely()

IS_ERR_OR_NULL() already implies unlikely().

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20241008085454.8087-1-tklauser@distanz.ch
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv6/ip6_output.c