]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - net/ipv6/ip6_icmp.c
ipv6: White-space cleansing : Line Layouts
[mirror_ubuntu-jammy-kernel.git] / net / ipv6 / ip6_icmp.c
index 4578e23834f726ca254d577029c7ccf54ccbed7b..14dacc544c3efc06de8ac80f6bbf6a5ee6cf6b35 100644 (file)
@@ -13,7 +13,7 @@ static ip6_icmp_send_t __rcu *ip6_icmp_send;
 int inet6_register_icmp_sender(ip6_icmp_send_t *fn)
 {
        return (cmpxchg((ip6_icmp_send_t **)&ip6_icmp_send, NULL, fn) == NULL) ?
-               0 : -EBUSY;
+               0 : -EBUSY;
 }
 EXPORT_SYMBOL(inet6_register_icmp_sender);