diff options
author | Miaohe Lin <linmiaohe@huawei.com> | 2020-08-29 05:21:30 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-08-31 12:33:34 -0700 |
commit | 5af68891dc16e1c8216705034a5e0144fd47779a (patch) | |
tree | a4b38a00fc4cd849aef3a975f4d26c315d58a78e /net/ipv4/icmp.c | |
parent | cbc08a33126f8f721d30cf9034c4d444b55de60a (diff) |
net: clean up codestyle
This is a pure codestyle cleanup patch. No functional change intended.
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/icmp.c')
-rw-r--r-- | net/ipv4/icmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c index 3b387dc3864f..8f2e974a1e4d 100644 --- a/net/ipv4/icmp.c +++ b/net/ipv4/icmp.c @@ -784,7 +784,7 @@ EXPORT_SYMBOL(icmp_ndo_send); static void icmp_socket_deliver(struct sk_buff *skb, u32 info) { - const struct iphdr *iph = (const struct iphdr *) skb->data; + const struct iphdr *iph = (const struct iphdr *)skb->data; const struct net_protocol *ipprot; int protocol = iph->protocol; |