2023-12-22 20:08:33

by Richard Cochran

[permalink] [raw]
Subject: Re: [PATCH net-next v5 1/2] ptp: introduce PTP_CLOCK_EXTOFF event for the measured external offset

On Wed, Dec 20, 2023 at 09:59:16AM -0500, Min Li wrote:

> @@ -228,7 +235,7 @@ struct ptp_pin_desc {
> #define PTP_MASK_EN_SINGLE _IOW(PTP_CLK_MAGIC, 20, unsigned int)
>
> struct ptp_extts_event {
> - struct ptp_clock_time t; /* Time event occured. */
> + struct ptp_clock_time t; /* Time event occurred. */
> unsigned int index; /* Which channel produced the event. */
> unsigned int flags; /* Reserved for future use. */
^^^^^^^^^^^^^^^^^^^^^^^
Please update this comment ........

Thanks,
Richard