public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Robert Love <rml@tech9.net>
To: Stefan Becker <stefan@oph.rwth-aachen.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] init/main.c
Date: 21 Jul 2001 13:36:20 -0400	[thread overview]
Message-ID: <995736983.2509.1.camel@phantasy> (raw)
In-Reply-To: <Pine.LNX.4.21.0107211840250.27803-100000@die-macht>
In-Reply-To: <Pine.LNX.4.21.0107211840250.27803-100000@die-macht>

On 21 Jul 2001 18:51:07 +0200, Stefan Becker wrote:
>  static int __init profile_setup(char *str)
>  {
> -    int par;
> -    if (get_option(&str,&par)) prof_shift = par;
> +	int par;
> +	if (get_option(&str,&par))
> +		prof_shift = par;
>  	return 1;
>  }

I wrote a similar patch awhile back and submitted it, to no avail.  So,
this is good -- but 2.4.7 already has this fix merged.

-- 
Robert M. Love
rml at ufl.edu
rml at tech9.net


  parent reply	other threads:[~2001-07-21 17:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-21 16:51 [PATCH] init/main.c Stefan Becker
2001-07-21 17:05 ` Alexander Griesser
2001-07-21 17:36 ` Robert Love [this message]
2001-07-21 21:39 ` Andrzej Krzysztofowicz
2001-07-22  3:58   ` Stefan Becker
2001-07-22  4:05     ` Keith Owens

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=995736983.2509.1.camel@phantasy \
    --to=rml@tech9.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stefan@oph.rwth-aachen.de \
    /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