]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[TCP]: cleanup tcp_parse_options deep indented switch
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Fri, 4 Jan 2008 04:36:55 +0000 (20:36 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:00:33 +0000 (15:00 -0800)
commitf038ac8f9b9735358ef410d45f4cff1da810c1cb
treed8e4e6e95d0528d177ce111736dd6a273be5f77f
parentdbb1db8b59fb84d620ab5266366b52c8052ee75c
[TCP]: cleanup tcp_parse_options deep indented switch

Removed case indentation level & combined some nested ifs, mostly
within 80 lines now. This is a leftover from indent patch, it
just had to be done manually to avoid messing it up completely.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c