Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2d91a09 authored by Eldad Zack's avatar Eldad Zack Committed by David S. Miller
Browse files

net/ipv6/icmp.c: Checkpatch cleanups



icmp.c:501: ERROR: "(foo*)" should be "(foo *)"
icmp.c:582: ERROR: "(foo*)" should be "(foo *)"
icmp.c:954: WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable

Signed-off-by: default avatarEldad Zack <eldad@fogrefinery.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 911c8541
Loading
Loading
Loading
Loading
+2 −3
Original line number Original line Diff line number Diff line
@@ -951,7 +951,6 @@ int icmpv6_err_convert(u8 type, u8 code, int *err)


	return fatal;
	return fatal;
}
}

EXPORT_SYMBOL(icmpv6_err_convert);
EXPORT_SYMBOL(icmpv6_err_convert);


#ifdef CONFIG_SYSCTL
#ifdef CONFIG_SYSCTL