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
@@ -410,7 +410,7 @@ struct pingfakehdr {
|
||||
__wsum wcheck;
|
||||
};
|
||||
|
||||
static int ping_getfrag(void *from, char * to,
|
||||
static int ping_getfrag(void *from, char *to,
|
||||
int offset, int fraglen, int odd, struct sk_buff *skb)
|
||||
{
|
||||
struct pingfakehdr *pfh = (struct pingfakehdr *)from;
|
||||
|
Reference in New Issue
Block a user