[DCCP]: Collapse repeated `len' statements into one
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Thu, 13 Dec 2007 14:27:14 +0000 (12:27 -0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:57:49 +0000 (14:57 -0800)
commit7913350663e2756ecb91dd3a7c773806b943426e
tree3fcb07f5465930633526affa050571527ecd5c5a
parentb8599d20708fa3bde1e414689f3474560c2d990b
[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>
net/dccp/proto.c