All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net] ptp: fix struct member comment for do_aux_work
@ 2020-05-11 21:02 Jacob Keller
  2020-05-12  3:02 ` Richard Cochran
  2020-05-12 19:10 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Jacob Keller @ 2020-05-11 21:02 UTC (permalink / raw)
  To: netdev; +Cc: Jacob Keller, Richard Cochran

The do_aux_work callback had documentation in the structure comment
which referred to it as "do_work".

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Cc: Richard Cochran <richardcochran@gmail.com>
---
 include/linux/ptp_clock_kernel.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/linux/ptp_clock_kernel.h b/include/linux/ptp_clock_kernel.h
index 31144d954d89..d3e8ba5c7125 100644
--- a/include/linux/ptp_clock_kernel.h
+++ b/include/linux/ptp_clock_kernel.h
@@ -108,10 +108,10 @@ struct ptp_system_timestamp {
  *            parameter func: the desired function to use.
  *            parameter chan: the function channel index to use.
  *
- * @do_work:  Request driver to perform auxiliary (periodic) operations
- *	      Driver should return delay of the next auxiliary work scheduling
- *	      time (>=0) or negative value in case further scheduling
- *	      is not required.
+ * @do_aux_work:  Request driver to perform auxiliary (periodic) operations
+ *                Driver should return delay of the next auxiliary work
+ *                scheduling time (>=0) or negative value in case further
+ *                scheduling is not required.
  *
  * Drivers should embed their ptp_clock_info within a private
  * structure, obtaining a reference to it using container_of().
-- 
2.25.2


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

* Re: [PATCH net] ptp: fix struct member comment for do_aux_work
  2020-05-11 21:02 [PATCH net] ptp: fix struct member comment for do_aux_work Jacob Keller
@ 2020-05-12  3:02 ` Richard Cochran
  2020-05-12 19:10 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Cochran @ 2020-05-12  3:02 UTC (permalink / raw)
  To: Jacob Keller; +Cc: netdev

On Mon, May 11, 2020 at 02:02:15PM -0700, Jacob Keller wrote:
> The do_aux_work callback had documentation in the structure comment
> which referred to it as "do_work".
> 
> Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
> Cc: Richard Cochran <richardcochran@gmail.com>

Thanks, Jacob, for cleaning this up!

Acked-by: Richard Cochran <richardcochran@gmail.com>

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

* Re: [PATCH net] ptp: fix struct member comment for do_aux_work
  2020-05-11 21:02 [PATCH net] ptp: fix struct member comment for do_aux_work Jacob Keller
  2020-05-12  3:02 ` Richard Cochran
@ 2020-05-12 19:10 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2020-05-12 19:10 UTC (permalink / raw)
  To: jacob.e.keller; +Cc: netdev, richardcochran

From: Jacob Keller <jacob.e.keller@intel.com>
Date: Mon, 11 May 2020 14:02:15 -0700

> The do_aux_work callback had documentation in the structure comment
> which referred to it as "do_work".
> 
> Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>

Applied, thanks.

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

end of thread, other threads:[~2020-05-12 19:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11 21:02 [PATCH net] ptp: fix struct member comment for do_aux_work Jacob Keller
2020-05-12  3:02 ` Richard Cochran
2020-05-12 19:10 ` David Miller

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.