projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c9a67d
)
ipv4: fix checkpatch error with foo * bar
author
Weilong Chen
<chenweilong@huawei.com>
Mon, 23 Dec 2013 06:37:28 +0000
(14:37 +0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 26 Dec 2013 18:43:21 +0000
(13:43 -0500)
Signed-off-by: Weilong Chen <chenweilong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_ipv4.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/tcp_ipv4.c
b/net/ipv4/tcp_ipv4.c
index bbaf8cb45eb2ef60f3ad57cb5af6b04a8edf96bf..7297b56c28c7a150b8b89f536698e16b7aaba084 100644
(file)
--- 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)