From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Cochran Subject: Re: [PATCH] ptp_pch: use helpers function for converting between ns and timespec Date: Fri, 27 Apr 2018 06:26:07 -0700 Message-ID: <20180427132607.hyvrqol3mprnrpsy@localhost> References: <20180427073618.12036-1-yuehaibing@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: davem@davemloft.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: YueHaibing Return-path: Content-Disposition: inline In-Reply-To: <20180427073618.12036-1-yuehaibing@huawei.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Fri, Apr 27, 2018 at 03:36:18PM +0800, YueHaibing wrote: > use ns_to_timespec64() and timespec64_to_ns() instead of open coding Acked-by: Richard Cochran