outreachy.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next] e1000e: Add @adapter description to kdoc
@ 2023-05-17  1:27 Baozhu Ni
  2023-05-17  9:28 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Baozhu Ni @ 2023-05-17  1:27 UTC (permalink / raw)
  To: Jesse Brandeburg, Tony Nguyen, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni,
	moderated list:INTEL ETHERNET DRIVERS,
	open list:NETWORKING DRIVERS, open list, Outreachy

Provide a description for the kernel doc of the @adapter
of e1000e_trigger_lsc()

Signed-off-by: Baozhu Ni <nibaozhu@yeah.net>
---
v2:
  - let the subject and description clearer
v1: https://lore.kernel.org/lkml/ZGNl8yHEko7LpCBr@corigine.com/

 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/intel/e1000e/netdev.c b/drivers/net/ethernet/intel/e1000e/netdev.c
index 6f5c16aebcbf..cadeb5bc5e16 100644
--- a/drivers/net/ethernet/intel/e1000e/netdev.c
+++ b/drivers/net/ethernet/intel/e1000e/netdev.c
@@ -4198,7 +4198,7 @@ void e1000e_reset(struct e1000_adapter *adapter)
 
 /**
  * e1000e_trigger_lsc - trigger an LSC interrupt
- * @adapter: 
+ * @adapter: board private structure
  *
  * Fire a link status change interrupt to start the watchdog.
  **/
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2 net-next] e1000e: Add @adapter description to kdoc
  2023-05-17  1:27 [PATCH v2 net-next] e1000e: Add @adapter description to kdoc Baozhu Ni
@ 2023-05-17  9:28 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2023-05-17  9:28 UTC (permalink / raw)
  To: Baozhu Ni
  Cc: Jesse Brandeburg, Tony Nguyen, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni,
	moderated list:INTEL ETHERNET DRIVERS,
	open list:NETWORKING DRIVERS, open list, Outreachy

On Wed, May 17, 2023 at 09:27:26AM +0800, Baozhu Ni wrote:
> Provide a description for the kernel doc of the @adapter
> of e1000e_trigger_lsc()
> 
> Signed-off-by: Baozhu Ni <nibaozhu@yeah.net>
> ---
> v2:
>   - let the subject and description clearer
> v1: https://lore.kernel.org/lkml/ZGNl8yHEko7LpCBr@corigine.com/

Thanks for the update.

Reviewed-by: Simon Horman <simon.horman@corigine.com>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-17  9:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-17  1:27 [PATCH v2 net-next] e1000e: Add @adapter description to kdoc Baozhu Ni
2023-05-17  9:28 ` Simon Horman

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).