Skip to content
Snippets Groups Projects
Commit 2c864c78 authored by Jacob Keller's avatar Jacob Keller Committed by David S. Miller
Browse files

ptp: fix struct member comment for do_aux_work


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

Signed-off-by: default avatarJacob Keller <jacob.e.keller@intel.com>
Cc: Richard Cochran <richardcochran@gmail.com>
Acked-by: default avatarRichard Cochran <richardcochran@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 64d950ae
No related branches found
No related tags found
No related merge requests found
...@@ -105,10 +105,10 @@ struct ptp_system_timestamp { ...@@ -105,10 +105,10 @@ struct ptp_system_timestamp {
* parameter func: the desired function to use. * parameter func: the desired function to use.
* parameter chan: the function channel index to use. * parameter chan: the function channel index to use.
* *
* @do_work: Request driver to perform auxiliary (periodic) operations * @do_aux_work: Request driver to perform auxiliary (periodic) operations
* Driver should return delay of the next auxiliary work scheduling * Driver should return delay of the next auxiliary work
* time (>=0) or negative value in case further scheduling * scheduling time (>=0) or negative value in case further
* is not required. * scheduling is not required.
* *
* Drivers should embed their ptp_clock_info within a private * Drivers should embed their ptp_clock_info within a private
* structure, obtaining a reference to it using container_of(). * structure, obtaining a reference to it using container_of().
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment