diff options
| author | Weilong Chen <[email protected]> | 2013-12-23 06:37:28 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2013-12-26 18:43:21 +0000 |
| commit | d41db5af26dba01235af9a9d514e043a44b85d60 (patch) | |
| tree | 4ead3f778ae94d537659ad59227aeeffe8a44e3c /net/ipv4/tcp_ipv4.c | |
| parent | ipv4: fix checkpatch error "space prohibited" (diff) | |
| download | kernel-d41db5af26dba01235af9a9d514e043a44b85d60.tar.gz kernel-d41db5af26dba01235af9a9d514e043a44b85d60.zip | |
ipv4: fix checkpatch error with foo * bar
Signed-off-by: Weilong Chen <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
| -rw-r--r-- | net/ipv4/tcp_ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index bbaf8cb45eb2..7297b56c28c7 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) |
