public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [TRIVIAL] PATCH 2.5: kconfig sychronise banners (2_16)
@ 2002-08-07  4:06 Rusty Trivial Russell
  2002-08-07 11:35 ` Alan Cox
  0 siblings, 1 reply; 4+ messages in thread
From: Rusty Trivial Russell @ 2002-08-07  4:06 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: geert, linux-scsi

From:  Greg Banks <gnb@alphalink.com.au>

(Included in 2.5)
  G'day,
  
  
  2/5 definitions of CONFIG_BLK_DEV_SR have trivially different banners.
  

--- trivial-2.4.20-pre1/arch/m68k/config.in.orig	2002-08-07 10:57:32.000000000 +1000
+++ trivial-2.4.20-pre1/arch/m68k/config.in	2002-08-07 10:57:32.000000000 +1000
@@ -205,7 +205,7 @@
    if [ "$CONFIG_CHR_DEV_ST" != "n" ]; then
       int  'Maximum number of SCSI tapes that can be loaded as modules' CONFIG_ST_EXTRA_DEVS 2
    fi
-   dep_tristate '  SCSI CD-ROM support' CONFIG_BLK_DEV_SR $CONFIG_SCSI
+   dep_tristate '  SCSI CDROM support' CONFIG_BLK_DEV_SR $CONFIG_SCSI
    if [ "$CONFIG_BLK_DEV_SR" != "n" ]; then
       bool '    Enable vendor-specific extensions (for SCSI CDROM)' CONFIG_BLK_DEV_SR_VENDOR
       int  'Maximum number of CDROM devices that can be loaded as modules' CONFIG_SR_EXTRA_DEVS 2
--- trivial-2.4.20-pre1/drivers/scsi/Config.in.orig	2002-08-07 10:57:32.000000000 +1000
+++ trivial-2.4.20-pre1/drivers/scsi/Config.in	2002-08-07 10:57:32.000000000 +1000
@@ -10,7 +10,7 @@
 
 dep_tristate '  SCSI OnStream SC-x0 tape support' CONFIG_CHR_DEV_OSST $CONFIG_SCSI
 
-dep_tristate '  SCSI CD-ROM support' CONFIG_BLK_DEV_SR $CONFIG_SCSI
+dep_tristate '  SCSI CDROM support' CONFIG_BLK_DEV_SR $CONFIG_SCSI
 
 if [ "$CONFIG_BLK_DEV_SR" != "n" ]; then
    bool '    Enable vendor-specific extensions (for SCSI CDROM)' CONFIG_BLK_DEV_SR_VENDOR
-- 
  Don't blame me: the Monkey is driving

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

end of thread, other threads:[~2002-08-09 13:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-07  4:06 [TRIVIAL] PATCH 2.5: kconfig sychronise banners (2_16) Rusty Trivial Russell
2002-08-07 11:35 ` Alan Cox
2002-08-08  2:10   ` Rusty Russell
2002-08-09 13:29     ` Greg Banks

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