mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Marc-Christian Petersen <m.c.p@wolk-project.de>
To: linux-kernel@vger.kernel.org
Cc: Marcelo Tosatti <marcelo@conectiva.com.br>
Subject: [PATCH 2.4.21-BK] Fix typo in arch/arm/config.in
Date: Fri, 13 Dec 2002 18:47:08 +0100	[thread overview]
Message-ID: <200212131844.45280.m.c.p@wolk-project.de> (raw)

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

Hi Marcelo,

this fixes a typo in arch/arm/config.in.

old:    source drivers/ssi/Config.in
new:	source drivers/scsi/Config.in

 Without it, make menuconfig crashes.

ciao, Marc

[-- Attachment #2: 218_arch-arm-fix-typo.patch --]
[-- Type: text/x-diff, Size: 323 bytes --]

--- linux-old/arch/arm/config.in	2002-12-13 18:42:10.000000000 +0100
+++ linux-wolk4/arch/arm/config.in	2002-12-13 18:42:32.000000000 +0100
@@ -542,7 +542,7 @@
 endmenu
 
 if [ "$CONFIG_ARCH_CLPS711X" = "y" ]; then
-   source drivers/ssi/Config.in
+   source drivers/scsi/Config.in
 fi
 
 source drivers/ieee1394/Config.in

             reply	other threads:[~2002-12-13 17:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-13 17:47 Marc-Christian Petersen [this message]
2002-12-13 17:59 ` Marc-Christian Petersen
2002-12-13 18:26   ` Russell King
2002-12-13 18:29 ` Russell King

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=200212131844.45280.m.c.p@wolk-project.de \
    --to=m.c.p@wolk-project.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome