commit | 7913350663e2756ecb91dd3a7c773806b943426e | [log] [tgz] |
---|---|---|
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | Thu Dec 13 12:27:14 2007 -0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:57:49 2008 -0800 |
tree | 3fcb07f5465930633526affa050571527ecd5c5a | |
parent | b8599d20708fa3bde1e414689f3474560c2d990b [diff] |
[DCCP]: Collapse repeated `len' statements into one This replaces 4 individual assignments for `len' with a single one, placed where the control flow of those 4 leads to. Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk> Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>