Re: [PATCH net-next] ptp: idt82p33: Make two variables static

From: David Miller
Date: Mon Apr 20 2020 - 14:04:54 EST


From: YueHaibing <yuehaibing@xxxxxxxxxx>
Date: Sat, 18 Apr 2020 10:01:49 +0800

> Fix sparse warnings:
>
> drivers/ptp/ptp_idt82p33.c:26:5: warning: symbol 'sync_tod_timeout' was not declared. Should it be static?
> drivers/ptp/ptp_idt82p33.c:31:5: warning: symbol 'phase_snap_threshold' was not declared. Should it be static?
>
> Reported-by: Hulk Robot <hulkci@xxxxxxxxxx>
> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>

Applied.