From: Jean-Christophe Dubois <jcd@tribudubois.net>
To: linux-crypto@vger.kernel.org
Subject: [PATCH] remove unnecessary variable in xfrm_output_resume()
Date: Tue, 12 Aug 2008 08:12:24 +0200 [thread overview]
Message-ID: <200808120812.26363.jcd@tribudubois.net> (raw)
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;
next reply other threads:[~2008-08-12 6:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-12 6:12 Jean-Christophe Dubois [this message]
2008-08-13 1:16 ` [PATCH] remove unnecessary variable in xfrm_output_resume() 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200808120812.26363.jcd@tribudubois.net \
--to=jcd@tribudubois.net \
--cc=linux-crypto@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox