public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] drivers/block/Kconfig text update.  Try #2
@ 2006-11-13 23:22 Greg.Chandler
  2006-11-13 23:34 ` Randy Dunlap
  2006-11-13 23:47 ` Jiri Slaby
  0 siblings, 2 replies; 3+ messages in thread
From: Greg.Chandler @ 2006-11-13 23:22 UTC (permalink / raw)
  To: randy.dunlap; +Cc: linux-kernel, torvalds

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

 
Sorry...
I've attached the new one.

> 
> The second line of the drivers/block/cciss.c file says:
> 
> " *    Disk Array driver for HP SA 5xxx and 6xxx Controllers"
> 
> I couldn't find the 6 series anywhere in the menu, and I ended up 
> finding it in the code...

Please read/observe Documentation/SubmittingPatches:
the --- & +++ lines should begin with linux/drivers/... or a/drivers/...
so that the patch can be applied with "patch -p1".

> --- drivers/block/Kconfig.old   2006-11-13 14:20:12.000000000 -0800
> +++ drivers/block/Kconfig       2006-11-13 14:20:32.000000000 -0800
> @@ -155,10 +155,10 @@
>           this driver.
> 
>  config BLK_CPQ_CISS_DA
> -       tristate "Compaq Smart Array 5xxx support"
> +       tristate "Compaq Smart Array 5xxx/6xxx support"
>         depends on PCI
>         help
> -         This is the driver for Compaq Smart Array 5xxx controllers.
> +         This is the driver for Compaq Smart Array 5xxx/6xxx
> controllers.

Patch is line-wrapped on the line above.

>           Everyone using these boards should say Y here.
>           See <file:Documentation/cciss.txt> for the current list of
>           boards supported by this driver, and for further information

---
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel"
in the body of a message to majordomo@vger.kernel.org More majordomo
info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



[-- Attachment #2: block_cciss_menu_update.diff --]
[-- Type: application/octet-stream, Size: 756 bytes --]

--- linux-2.6.18.2/drivers/block/Kconfig.old    2006-11-13 14:20:12.000000000 -0800
+++ linux-2.6.18.2/drivers/block/Kconfig        2006-11-13 14:20:32.000000000 -0800
@@ -155,10 +155,10 @@ config BLK_CPQ_DA
          this driver.

 config BLK_CPQ_CISS_DA
-       tristate "Compaq Smart Array 5xxx support"
+       tristate "Compaq Smart Array 5xxx/6xxx support"
        depends on PCI
        help
-         This is the driver for Compaq Smart Array 5xxx controllers.
+         This is the driver for Compaq Smart Array 5xxx/6xxx controllers.
          Everyone using these boards should say Y here.
          See <file:Documentation/cciss.txt> for the current list of
          boards supported by this driver, and for further information

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

* Re: [PATCH 1/1] drivers/block/Kconfig text update.  Try #2
  2006-11-13 23:22 [PATCH 1/1] drivers/block/Kconfig text update. Try #2 Greg.Chandler
@ 2006-11-13 23:34 ` Randy Dunlap
  2006-11-13 23:47 ` Jiri Slaby
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2006-11-13 23:34 UTC (permalink / raw)
  To: Greg.Chandler; +Cc: linux-kernel, torvalds

Greg.Chandler@wellsfargo.com wrote:
>  
> Sorry...
> I've attached the new one.

OK, thanks.

>> The second line of the drivers/block/cciss.c file says:
>>
>> " *    Disk Array driver for HP SA 5xxx and 6xxx Controllers"
>>
>> I couldn't find the 6 series anywhere in the menu, and I ended up 
>> finding it in the code...
> 
> Please read/observe Documentation/SubmittingPatches:
> the --- & +++ lines should begin with linux/drivers/... or a/drivers/...
> so that the patch can be applied with "patch -p1".
> 
>> --- drivers/block/Kconfig.old   2006-11-13 14:20:12.000000000 -0800
>> +++ drivers/block/Kconfig       2006-11-13 14:20:32.000000000 -0800
>> @@ -155,10 +155,10 @@
>>           this driver.
>>
>>  config BLK_CPQ_CISS_DA
>> -       tristate "Compaq Smart Array 5xxx support"
>> +       tristate "Compaq Smart Array 5xxx/6xxx support"
>>         depends on PCI
>>         help
>> -         This is the driver for Compaq Smart Array 5xxx controllers.
>> +         This is the driver for Compaq Smart Array 5xxx/6xxx
>> controllers.
> 
> Patch is line-wrapped on the line above.
> 
>>           Everyone using these boards should say Y here.
>>           See <file:Documentation/cciss.txt> for the current list of
>>           boards supported by this driver, and for further information
> 
> ---

-- 
~Randy

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

* Re: [PATCH 1/1] drivers/block/Kconfig text update.  Try #2
  2006-11-13 23:22 [PATCH 1/1] drivers/block/Kconfig text update. Try #2 Greg.Chandler
  2006-11-13 23:34 ` Randy Dunlap
@ 2006-11-13 23:47 ` Jiri Slaby
  1 sibling, 0 replies; 3+ messages in thread
From: Jiri Slaby @ 2006-11-13 23:47 UTC (permalink / raw)
  To: Greg.Chandler; +Cc: randy.dunlap, linux-kernel, torvalds

Greg.Chandler@wellsfargo.com wrote:
>  
> Sorry...
> I've attached the new one.

Content-Type: application/octet-stream

Not so good idea.

regards,
-- 
http://www.fi.muni.cz/~xslaby/            Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8  22A0 32CC 55C3 39D4 7A7E

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

end of thread, other threads:[~2006-11-13 23:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-13 23:22 [PATCH 1/1] drivers/block/Kconfig text update. Try #2 Greg.Chandler
2006-11-13 23:34 ` Randy Dunlap
2006-11-13 23:47 ` Jiri Slaby

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