ipv4: fix checkpatch errors
Fix checkpatch errors of the following type: * ERROR: "foo * bar" should be "foo *bar" * ERROR: "(foo*)" should be "(foo *)" Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
586d17c5a0
commit
5e73ea1a31
@@ -288,7 +288,7 @@ void raw_icmp_error(struct sk_buff *skb, int protocol, u32 info)
|
||||
read_unlock(&raw_v4_hashinfo.lock);
|
||||
}
|
||||
|
||||
static int raw_rcv_skb(struct sock * sk, struct sk_buff * skb)
|
||||
static int raw_rcv_skb(struct sock *sk, struct sk_buff *skb)
|
||||
{
|
||||
/* Charge it to the socket. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user