commit | f038ac8f9b9735358ef410d45f4cff1da810c1cb | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Thu Jan 03 20:36:55 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:00:33 2008 -0800 |
tree | d8e4e6e95d0528d177ce111736dd6a273be5f77f | |
parent | dbb1db8b59fb84d620ab5266366b52c8052ee75c [diff] |
[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>