Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1652456 > unrolled thread

[PATCH v8 net-next 09/17] net: qca_spi: Clarify MODULE_DESCRIPTION

Started byStefan Wahren <stefan.wahren@i2se.com>
First post2017-05-29 14:00 +0200
Last post2017-05-29 14:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v8 net-next 09/17] net: qca_spi: Clarify MODULE_DESCRIPTION Stefan Wahren <stefan.wahren@i2se.com> - 2017-05-29 14:00 +0200

#1652456 — [PATCH v8 net-next 09/17] net: qca_spi: Clarify MODULE_DESCRIPTION

FromStefan Wahren <stefan.wahren@i2se.com>
Date2017-05-29 14:00 +0200
Subject[PATCH v8 net-next 09/17] net: qca_spi: Clarify MODULE_DESCRIPTION
Message-ID<tMrv4-7MV-17@gated-at.bofh.it>
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>
---
 drivers/net/ethernet/qualcomm/qca_spi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/qualcomm/qca_spi.c b/drivers/net/ethernet/qualcomm/qca_spi.c
index 50adc4f..ee90af3 100644
--- 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");
-- 
2.1.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web