Re: [PATCH net] ptp: fix struct member comment for do_aux_work

2020-05-12 Thread David Miller
From: Jacob Keller 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 Applied, thanks.

Re: [PATCH net] ptp: fix struct member comment for do_aux_work

2020-05-11 Thread Richard Cochran
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 > Cc: Richard Cochran Thanks, Jacob, for cleaning this up! Acked-by: Richard Cochran

[PATCH net] ptp: fix struct member comment for do_aux_work

2020-05-11 Thread Jacob Keller
The do_aux_work callback had documentation in the structure comment which referred to it as "do_work". Signed-off-by: Jacob Keller Cc: Richard Cochran --- include/linux/ptp_clock_kernel.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/linux/ptp_clock_kernel.