Re: [PATCH] tcp_westwood: fix tcp_westwood_info() style mistakes

2017-03-16 Thread David Miller
From: Chun Long Date: Tue, 14 Mar 2017 15:26:24 +0800 > From: chun Long > > replace comma to semi colons in tcp_westwood_info(). Applied.

Re: [PATCH] tcp_westwood: fix tcp_westwood_info() style mistakes

2017-03-14 Thread Stephen Hemminger
On Tue, 14 Mar 2017 15:26:24 +0800 Chun Long wrote: > From: chun Long > > replace comma to semi colons in tcp_westwood_info(). > > --- > net/ipv4/tcp_westwood.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

[PATCH] tcp_westwood: fix tcp_westwood_info() style mistakes

2017-03-14 Thread Chun Long
From: chun Long replace comma to semi colons in tcp_westwood_info(). --- net/ipv4/tcp_westwood.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ipv4/tcp_westwood.c b/net/ipv4/tcp_westwood.c index fed66dc..9775453 100644 ---