linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Breno Leitao <leitao@debian.org>
To: kuba@kernel.org, davem@davemloft.net, pabeni@redhat.com,
	edumazet@google.com,
	Alexandre Torgue <alexandre.torgue@foss.st.com>,
	Jose Abreu <joabreu@synopsys.com>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: dsahern@kernel.org, weiwan@google.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com (moderated
	list:ARM/STM32 ARCHITECTURE),
	linux-arm-kernel@lists.infradead.org (moderated list:ARM/STM32
	ARCHITECTURE)
Subject: [PATCH net 05/10] net: fill in MODULE_DESCRIPTION()s for dwmac-socfpga
Date: Thu, 25 Jan 2024 11:34:15 -0800	[thread overview]
Message-ID: <20240125193420.533604-6-leitao@debian.org> (raw)
In-Reply-To: <20240125193420.533604-1-leitao@debian.org>

W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
Add descriptions to the STMicro DWMAC for Altera SOCs.

Signed-off-by: Breno Leitao <leitao@debian.org>
---
 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c
index ba2ce776bd4d..68f85e4605cb 100644
--- a/drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c
+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c
@@ -585,4 +585,5 @@ static struct platform_driver socfpga_dwmac_driver = {
 };
 module_platform_driver(socfpga_dwmac_driver);
 
+MODULE_DESCRIPTION("Altera SOC DWMAC Specific Glue layer");
 MODULE_LICENSE("GPL v2");
-- 
2.39.3


  parent reply	other threads:[~2024-01-25 19:35 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-25 19:34 [PATCH net 00/10] Fix MODULE_DESCRIPTION() for net (p3) Breno Leitao
2024-01-25 19:34 ` [PATCH net 01/10] net: fill in MODULE_DESCRIPTION()s for encx24j600 Breno Leitao
2024-01-30 12:54   ` Simon Horman
2024-01-25 19:34 ` [PATCH net 02/10] net: fill in MODULE_DESCRIPTION()s for ocelot Breno Leitao
2024-01-30 10:11   ` Simon Horman
2024-01-30 12:03     ` Vladimir Oltean
2024-01-25 19:34 ` [PATCH net 03/10] net: fill in MODULE_DESCRIPTION()s for SMSC drivers Breno Leitao
2024-01-30 12:55   ` Simon Horman
2024-01-25 19:34 ` [PATCH net 04/10] net: fill in MODULE_DESCRIPTION()s for Qualcom drivers Breno Leitao
2024-01-30 12:56   ` Simon Horman
2024-01-25 19:34 ` Breno Leitao [this message]
2024-01-30 12:56   ` [PATCH net 05/10] net: fill in MODULE_DESCRIPTION()s for dwmac-socfpga Simon Horman
2024-01-25 19:34 ` [PATCH net 06/10] net: fill in MODULE_DESCRIPTION()s for cpsw-common Breno Leitao
2024-01-30 12:57   ` Simon Horman
2024-01-25 19:34 ` [PATCH net 07/10] net: fill in MODULE_DESCRIPTION()s for ec_bhf Breno Leitao
2024-01-30 12:57   ` Simon Horman
2024-01-25 19:34 ` [PATCH net 08/10] net: fill in MODULE_DESCRIPTION()s for PCS drivers Breno Leitao
2024-01-25 21:26   ` Andrew Lunn
2024-01-25 19:34 ` [PATCH net 09/10] net: fill in MODULE_DESCRIPTION()s for ieee802154 Breno Leitao
2024-01-25 19:34 ` [PATCH net 10/10] net: fill in MODULE_DESCRIPTION()s for arcnet Breno Leitao
2024-01-30 12:57   ` Simon Horman
2024-01-29 12:20 ` [PATCH net 00/10] Fix MODULE_DESCRIPTION() for net (p3) patchwork-bot+netdevbpf
2024-01-29 20:00   ` Jakub Kicinski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240125193420.533604-6-leitao@debian.org \
    --to=leitao@debian.org \
    --cc=alexandre.torgue@foss.st.com \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=edumazet@google.com \
    --cc=joabreu@synopsys.com \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=weiwan@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).