[PATCH 07/12] aoe [7/8]: update driver compatibility string

From: Greg KH
Date: Fri Mar 24 2006 - 01:11:59 EST


The aoe driver is not compatible with 2.6 kernels older
than 2.6.2.

Signed-off-by: "Ed L. Cashin" <ecashin@xxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

---

drivers/block/aoe/aoemain.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

02edb05e6310d3acbb26ffb038f0eb819274e6d0
diff --git a/drivers/block/aoe/aoemain.c b/drivers/block/aoe/aoemain.c
index f39d5ba..de08491 100644
--- a/drivers/block/aoe/aoemain.c
+++ b/drivers/block/aoe/aoemain.c
@@ -11,7 +11,7 @@

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Sam Hopkins <sah@xxxxxxxxxx>");
-MODULE_DESCRIPTION("AoE block/char driver for 2.6.[0-9]+");
+MODULE_DESCRIPTION("AoE block/char driver for 2.6.2 and newer 2.6 kernels");
MODULE_VERSION(VERSION);

enum { TINIT, TRUN, TKILL };
--
1.2.4


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