netdev
[Top] [All Lists]

Trivial patch for printk in tcp_input.c

To: netdev@xxxxxxxxxxx
Subject: Trivial patch for printk in tcp_input.c
From: Burton Windle <bwindle@xxxxxxxx>
Date: Thu, 24 Jun 2004 13:02:12 -0400 (EDT)
Sender: netdev-bounce@xxxxxxxxxxx
Here is a trivial patch to add a newline at the end of a printk in
tcp_input.c.

patch is against 2.6.7.

Without this patch, the output of the printk in question looks like this:

tcp_parse_options: Illegal window scaling value 255 >14 
received.tcp_parse_options: Illegal window scaling value 255 >14
received.tcp_parse_options: Illegal window scaling value 255 >14 
received.tcp_parse_options: Illegal window scaling value 255 >14 received.

It might be nice if this printk told us where the packet came from, but
I'll save that for another patch.

--
Burton Windle                           bwindle@xxxxxxxx

Attachment: tcp_input_printk_fix.diff
Description: fix newline in printk

<Prev in Thread] Current Thread [Next in Thread>
  • Trivial patch for printk in tcp_input.c, Burton Windle <=