All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: marcelo@conectiva.com.br
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Dynamic MP_BUSSES and IRQ_SOURCES for 2.4.21-pre1
Date: Wed, 11 Dec 2002 17:55:27 -0800	[thread overview]
Message-ID: <20021212015527.GK16615@kroah.com> (raw)
In-Reply-To: <20021212015454.GJ16615@kroah.com>

ChangeSet 1.813, 2002/12/11 17:44:54-08:00, greg@kroah.com

mpparse.c: Fix a minor code formatting issue.


diff -Nru a/arch/i386/kernel/mpparse.c b/arch/i386/kernel/mpparse.c
--- a/arch/i386/kernel/mpparse.c	Wed Dec 11 17:49:48 2002
+++ b/arch/i386/kernel/mpparse.c	Wed Dec 11 17:49:48 2002
@@ -234,7 +234,7 @@
 	if (m->mpc_apicid > MAX_APICS) {
 		printk("Processor #%d INVALID. (Max ID: %d).\n",
 			m->mpc_apicid, MAX_APICS);
-			--num_processors;
+		--num_processors;
 		return;
 	}
 	ver = m->mpc_apicver;

  reply	other threads:[~2002-12-12  1:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-12  1:53 [BK PATCH] Dynamic MP_BUSSES and IRQ_SOURCES for 2.4.21-pre1 Greg KH
2002-12-12  1:54 ` [PATCH] " Greg KH
2002-12-12  1:55   ` Greg KH [this message]
2002-12-12  2:06 ` [BK PATCH] " Matt Domsch
2002-12-12 12:48 ` Alan Cox

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=20021212015527.GK16615@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.