From: Alan Cox <alan@xxxxxxxxxx> Signed-off-by: Alan Cox <alan@xxxxxxxxxx> --- drivers/scsi/ata_jmicron.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 4131a25c5ff7e00d9bd6f7e98c1c91b53e0346dc diff --git a/drivers/scsi/ata_jmicron.c b/drivers/scsi/ata_jmicron.c index b3136c8..f141ee7 100644 --- a/drivers/scsi/ata_jmicron.c +++ b/drivers/scsi/ata_jmicron.c @@ -19,7 +19,7 @@ #include <linux/ata.h> #define DRV_NAME "ata_jmicron" -#define DRV_VERSION "0.1" +#define DRV_VERSION "0.1.1" typedef enum { PORT_PATA0 = 0, @@ -259,7 +259,7 @@ module_init(jmicron_init); module_exit(jmicron_exit); MODULE_AUTHOR("Alan Cox"); -MODULE_DESCRIPTION("SCSI low-level driver for Netcell PATA RAID"); +MODULE_DESCRIPTION("SCSI low-level driver for Jmicron PATA ports"); MODULE_LICENSE("GPL"); MODULE_DEVICE_TABLE(pci, jmicron_pci_tbl); MODULE_VERSION(DRV_VERSION); -- 1.2.GIT - : send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html