Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH] remove unnecessary variable in xfrm_output_resume()
@ 2008-08-12  6:12 Jean-Christophe Dubois
  2008-08-13  1:16 ` Herbert Xu
  2008-08-13  9:38 ` David Miller
  0 siblings, 2 replies; 6+ messages in thread
From: Jean-Christophe Dubois @ 2008-08-12  6:12 UTC (permalink / raw)
  To: linux-crypto

Small fix removing an unnecessary intermediate variable.

Signed-off-by: Jean-Christophe DUBOIS  <jcd@tribudubois.net>
---

diff -Naur linux-2.6.26.2.org/net/xfrm/xfrm_output.c linux-2.6.26.2/net/xfrm/xfrm_output.c
--- linux-2.6.26.2.org/net/xfrm/xfrm_output.c   2008-08-12 00:37:29.000000000 +0200
+++ linux-2.6.26.2/net/xfrm/xfrm_output.c       2008-08-12 00:40:40.000000000 +0200
@@ -112,16 +112,13 @@
 int xfrm_output_resume(struct sk_buff *skb, int err)
 {
        while (likely((err = xfrm_output_one(skb, err)) == 0)) {
-               struct xfrm_state *x;

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-08-13 18:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-12  6:12 [PATCH] remove unnecessary variable in xfrm_output_resume() Jean-Christophe Dubois
2008-08-13  1:16 ` Herbert Xu
2008-08-13  5:50   ` Jean-Christophe Dubois
2008-08-13  5:53     ` David Miller
2008-08-13  9:38 ` David Miller
2008-08-13 18:50   ` Jean-Christophe Dubois

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox