Commit 6d95d4eb authored by David S. Miller's avatar David S. Miller

[IPV6]: Fix typo in icmp BUG() fix.

parent 926abb93
......@@ -95,7 +95,7 @@ struct icmpv6_msg {
__u32 csum;
};
static __inline__ void icmpv6_xmit_lock(void)
static __inline__ int icmpv6_xmit_lock(void)
{
local_bh_disable();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment