From: Weilong Chen Date: Mon, 23 Dec 2013 06:37:28 +0000 (+0800) Subject: ipv4: fix checkpatch error with foo * bar X-Git-Tag: v3.14-rc1~94^2~389 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=d41db5af26dba01235af9a9d514e043a44b85d60;p=~emulex%2Finfiniband.git ipv4: fix checkpatch error with foo * bar Signed-off-by: Weilong Chen Signed-off-by: David S. Miller --- diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index bbaf8cb45eb..7297b56c28c 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c @@ -827,7 +827,7 @@ static int tcp_v4_send_synack(struct sock *sk, struct dst_entry *dst, const struct inet_request_sock *ireq = inet_rsk(req); struct flowi4 fl4; int err = -1; - struct sk_buff * skb; + struct sk_buff *skb; /* First, grab a route. */ if (!dst && (dst = inet_csk_route_req(sk, &fl4, req)) == NULL)