All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH v2 net-next] e1000e: Add @adapter description to kdoc
@ 2023-05-17  1:27 ` Baozhu Ni
  0 siblings, 0 replies; 4+ 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

_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

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

* [PATCH v2 net-next] e1000e: Add @adapter description to kdoc
@ 2023-05-17  1:27 ` Baozhu Ni
  0 siblings, 0 replies; 4+ 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] 4+ messages in thread

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

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>

_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

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

* Re: [PATCH v2 net-next] e1000e: Add @adapter description to kdoc
@ 2023-05-17  9:28   ` Simon Horman
  0 siblings, 0 replies; 4+ 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] 4+ messages in thread

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

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.