]> git.baikalelectronics.ru Git - kernel.git/commit
[IPSEC] esp: Kill unnecessary block and indentation
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 27 Feb 2006 21:00:01 +0000 (13:00 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Feb 2006 21:00:01 +0000 (13:00 -0800)
commite21e95b4b8c69d2663bff84a465999120a5db324
tree0cbd4b8a8b972220e97c88aadbee0661b0e88747
parentca6fbaf6a15eb06aab3860cca1d1b8893960f67c
[IPSEC] esp: Kill unnecessary block and indentation

We used to keep sg on the stack which is why the extra block was useful.
We've long since stopped doing that so let's kill the block and save
some indentation.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/esp4.c