]> git.baikalelectronics.ru Git - kernel.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)
commit4c00650f9e14bc7cd32c89927dab582562cd57f8
treed8e4e6e95d0528d177ce111736dd6a273be5f77f
parentfc3d2a518575a36f26abb4d0d93d1d85935711d8
[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