public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.4.21-BK] Fix typo in arch/arm/config.in
@ 2002-12-13 17:47 Marc-Christian Petersen
  2002-12-13 17:59 ` Marc-Christian Petersen
  2002-12-13 18:29 ` Russell King
  0 siblings, 2 replies; 4+ messages in thread
From: Marc-Christian Petersen @ 2002-12-13 17:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: Marcelo Tosatti

[-- 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-12-13 18:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-13 17:47 [PATCH 2.4.21-BK] Fix typo in arch/arm/config.in Marc-Christian Petersen
2002-12-13 17:59 ` Marc-Christian Petersen
2002-12-13 18:26   ` Russell King
2002-12-13 18:29 ` Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox