From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] ptp: Fix documentation to match code. Date: Mon, 26 Mar 2018 12:13:40 -0400 (EDT) Message-ID: <20180326.121340.2148212134896890464.davem@davemloft.net> References: <20180324042402.9705-1-richardcochran@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: richardcochran@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:52760 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751380AbeCZQNm (ORCPT ); Mon, 26 Mar 2018 12:13:42 -0400 In-Reply-To: <20180324042402.9705-1-richardcochran@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Richard Cochran Date: Fri, 23 Mar 2018 21:24:02 -0700 > Ever since commit 3a06c7ac24f9 ("posix-clocks: Remove interval timer > facility and mmap/fasync callbacks") the possibility of PHC based > posix timers has been removed. In addition it will probably never > make sense to implement this functionality. > > This patch removes the misleading text which seems to suggest that > posix timers for PHC devices will ever be a thing. > > Signed-off-by: Richard Cochran Applied.