linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Valdis.Kletnieks@vt.edu
To: Patrick McHardy <kaber@trash.net>
Cc: "David S. Miller" <davem@redhat.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] fix typo in 2.4 ipsec backport
Date: Thu, 15 May 2003 02:37:34 -0400	[thread overview]
Message-ID: <200305150637.h4F6bY9M002096@turing-police.cc.vt.edu> (raw)
In-Reply-To: Your message of "Tue, 13 May 2003 04:28:09 +0200." <3EC05839.6030702@trash.net>

[-- Attachment #1: Type: text/plain, Size: 488 bytes --]

On Tue, 13 May 2003 04:28:09 +0200, Patrick McHardy said:

> --- a/net/ipv4/xfrm4_state.c	Tue May 13 04:22:50 2003
> +++ b/net/ipv4/xfrm4_state.c	Tue May 13 04:22:50 2003
> @@ -101,7 +101,7 @@
>  		x0->lft.hard_add_expires_seconds = XFRM_ACQ_EXPIRES;
>  		xfrm_state_hold(x0);
>  		mod_timer(&x0->timer, jiffies + XFRM_ACQ_EXPIRES*HZ);
> -		xfrm_state_hold(0);
> +		xfrm_state_hold(x0);

What a blecherous variable name. Somebody is going to try 'fixing' it
to 0x0 one of these days.. ;)

[-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --]

      parent reply	other threads:[~2003-05-15 12:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-13  2:28 [PATCH] fix typo in 2.4 ipsec backport Patrick McHardy
2003-05-13  3:14 ` David S. Miller
2003-05-15  6:37 ` Valdis.Kletnieks [this message]

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=200305150637.h4F6bY9M002096@turing-police.cc.vt.edu \
    --to=valdis.kletnieks@vt.edu \
    --cc=davem@redhat.com \
    --cc=kaber@trash.net \
    --cc=linux-kernel@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;
as well as URLs for NNTP newsgroup(s).