projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55b7a77
)
net: qca_spi: Clarify MODULE_DESCRIPTION
author
Stefan Wahren
<stefan.wahren@i2se.com>
Mon, 29 May 2017 11:57:17 +0000
(13:57 +0200)
committer
David S. Miller
<davem@davemloft.net>
Tue, 30 May 2017 17:57:29 +0000
(13:57 -0400)
Since this driver is specific to the QCA7000, we should make the module
description more precisely.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qualcomm/qca_spi.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/qualcomm/qca_spi.c
b/drivers/net/ethernet/qualcomm/qca_spi.c
index 50adc4f626e3e942bb73c5370a8901288359dfd4..ee90af31bd65facde4fd6bb80202e9122254f4b0 100644
(file)
--- a/
drivers/net/ethernet/qualcomm/qca_spi.c
+++ b/
drivers/net/ethernet/qualcomm/qca_spi.c
@@
-999,7
+999,7
@@
static struct spi_driver qca_spi_driver = {
};
module_spi_driver(qca_spi_driver);
-MODULE_DESCRIPTION("Qualcomm Atheros SPI Driver");
+MODULE_DESCRIPTION("Qualcomm Atheros
QCA7000
SPI Driver");
MODULE_AUTHOR("Qualcomm Atheros Communications");
MODULE_AUTHOR("Stefan Wahren <stefan.wahren@i2se.com>");
MODULE_LICENSE("Dual BSD/GPL");