On 1/6/2021 11:39 AM, vincent.cheng...@renesas.com wrote:
> From: Vincent Cheng <vincent.cheng...@renesas.com>
> 
> Signed-off-by: Vincent Cheng <vincent.cheng...@renesas.com>
> ---
>  port_private.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/port_private.h b/port_private.h
> index fcabaa6..6e40e15 100644
> --- a/port_private.h
> +++ b/port_private.h
> @@ -69,6 +69,7 @@ struct port {
>       struct fdarray fda;
>       int fault_fd;
>       int phc_index;
> +     int phc_from_cmdline;
>  

This doesn't need to be a separate patch. You can just squash these
together, since there is no user added in this patch.

>       void (*dispatch)(struct port *p, enum fsm_event event, int mdiff);
>       enum fsm_event (*event)(struct port *p, int fd_index);
> 


_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to