* [PATCH]] New: tcp_input.c:3038 missing newline character [not found] <200412202215.iBKMFSCr025060@fire-1.osdl.org> @ 2004-12-20 22:41 ` Stephen Hemminger 2004-12-20 23:30 ` David S. Miller 0 siblings, 1 reply; 2+ messages in thread From: Stephen Hemminger @ 2004-12-20 22:41 UTC (permalink / raw) To: David S. Miller; +Cc: netdev http://bugme.osdl.org/show_bug.cgi?id=3924 The printk at net/ipv4/tcp_input.c:3038 is missing the newline (\n) character. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> diff -Nru a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c --- a/net/ipv4/tcp_input.c 2004-12-20 14:42:23 -08:00 +++ b/net/ipv4/tcp_input.c 2004-12-20 14:42:23 -08:00 @@ -3029,7 +3029,7 @@ if(tp->snd_wscale > 14) { if(net_ratelimit()) printk(KERN_INFO "tcp_parse_options: Illegal window " - "scaling value %d >14 received.", + "scaling value %d >14 received.\n", tp->snd_wscale); tp->snd_wscale = 14; } ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH]] New: tcp_input.c:3038 missing newline character 2004-12-20 22:41 ` [PATCH]] New: tcp_input.c:3038 missing newline character Stephen Hemminger @ 2004-12-20 23:30 ` David S. Miller 0 siblings, 0 replies; 2+ messages in thread From: David S. Miller @ 2004-12-20 23:30 UTC (permalink / raw) To: Stephen Hemminger; +Cc: netdev On Mon, 20 Dec 2004 14:41:20 -0800 Stephen Hemminger <shemminger@osdl.org> wrote: > http://bugme.osdl.org/show_bug.cgi?id=3924 > The printk at net/ipv4/tcp_input.c:3038 is missing the newline (\n) character. > > Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Applied, thanks Stephen. ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-12-20 23:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200412202215.iBKMFSCr025060@fire-1.osdl.org>
2004-12-20 22:41 ` [PATCH]] New: tcp_input.c:3038 missing newline character Stephen Hemminger
2004-12-20 23:30 ` David S. Miller
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).