2006-11-13 22:24:33

by Greg.Chandler

[permalink] [raw]
Subject: [PATCH 1/1] drivers/block/Kconfig text update.


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





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


2006-11-13 22:34:44

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH 1/1] drivers/block/Kconfig text update.

On Mon, 13 Nov 2006 16:24:22 -0600 [email protected] wrote:

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