| To: | "David S. Miller" <davem@xxxxxxxxxx> |
|---|---|
| Subject: | [PATCH]] New: tcp_input.c:3038 missing newline character |
| From: | Stephen Hemminger <shemminger@xxxxxxxx> |
| Date: | Mon, 20 Dec 2004 14:41:20 -0800 |
| Cc: | netdev@xxxxxxxxxxx |
| In-reply-to: | <200412202215.iBKMFSCr025060@fire-1.osdl.org> |
| Organization: | Open Source Development Lab |
| References: | <200412202215.iBKMFSCr025060@fire-1.osdl.org> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
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@xxxxxxxx> 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; } |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: Required resources on network driver programming, Rudolf Ladyzhenskii |
|---|---|
| Next by Date: | Re: FYI: struct sock class hierarchy, Sridhar Samudrala |
| Previous by Thread: | [PATCH 2/2] ipv4 routing: multipath with cache support, 2.6.10-rc3, Einar Lück |
| Next by Thread: | Re: [PATCH]] New: tcp_input.c:3038 missing newline character, David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |