From: Stephen Hemminger <shemminger@osdl.org>
To: "David S. Miller" <davem@redhat.com>
Cc: netdev@oss.sgi.com
Subject: [PATCH]] New: tcp_input.c:3038 missing newline character
Date: Mon, 20 Dec 2004 14:41:20 -0800 [thread overview]
Message-ID: <20041220144120.5dfb4ee2@dxpl.pdx.osdl.net> (raw)
In-Reply-To: <200412202215.iBKMFSCr025060@fire-1.osdl.org>
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;
}
next parent reply other threads:[~2004-12-20 22:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200412202215.iBKMFSCr025060@fire-1.osdl.org>
2004-12-20 22:41 ` Stephen Hemminger [this message]
2004-12-20 23:30 ` [PATCH]] New: tcp_input.c:3038 missing newline character David S. Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041220144120.5dfb4ee2@dxpl.pdx.osdl.net \
--to=shemminger@osdl.org \
--cc=davem@redhat.com \
--cc=netdev@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).