[<prev] [next>] [day] [month] [year] [list]
Message-Id: <974ba2cf5b07b91ce307fd5b32af34f4c4a35e81.1284406638.git.joe@perches.com>
Date: Mon, 13 Sep 2010 12:47:51 -0700
From: Joe Perches <joe@...ches.com>
To: linux-kernel@...r.kernel.org
Cc: Ishizaki Kou <kou.ishizaki@...hiba.co.jp>,
Jens Osterkamp <jens@...ibm.com>, netdev@...r.kernel.org
Subject: [PATCH 13/25] drivers/net/spider_net.c: Use static const char arrays
Signed-off-by: Joe Perches <joe@...ches.com>
---
drivers/net/spider_net.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/spider_net.c b/drivers/net/spider_net.c
index cb6bcca..ece8d75 100644
--- a/drivers/net/spider_net.c
+++ b/drivers/net/spider_net.c
@@ -70,7 +70,7 @@ MODULE_PARM_DESC(rx_descriptors, "number of descriptors used " \
MODULE_PARM_DESC(tx_descriptors, "number of descriptors used " \
"in tx chain");
-char spider_net_driver_name[] = "spidernet";
+const char spider_net_driver_name[] = "spidernet";
static DEFINE_PCI_DEVICE_TABLE(spider_net_pci_tbl) = {
{ PCI_VENDOR_ID_TOSHIBA_2, PCI_DEVICE_ID_TOSHIBA_SPIDER_NET,
--
1.7.3.rc1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists