Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp8692ybp; Thu, 3 Oct 2019 13:59:14 -0700 (PDT) X-Google-Smtp-Source: APXvYqx5suud6kdFfMDMyuANK0v8yQcaJp7PyY6uFoe1cw7l1v3njKMFA3FqayG8KG7Z4EVmgRGl X-Received: by 2002:a17:906:f6d1:: with SMTP id jo17mr9642490ejb.62.1570136354343; Thu, 03 Oct 2019 13:59:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570136354; cv=none; d=google.com; s=arc-20160816; b=Y6pVAl7lkQkkXjXOpzhCuGQq746w6f1l7rLLBz+MBMOlh0gUTjb2NThDB/m/0yLLg7 JevU25rblnsoOIifJExeHuUq/MwDuqvWKK/y/dwDzUrFIJ0dDy82Hxo7y0uEnT5UtSgE XTu5IrlnB7qaK77AL7WiDc7LyRYGdzNrJTHwB4QIeaS1Dj+M7Iap/Y6bNoVY8HEwupHI Ke9jz3XM9sXMeMWl3LnHoAA//619C054Nvv0xe99NVBgA3rUC2109CTxs5c2At5U0PFw vu3Q9b4tObOFbqD1CFrnSG6C1UfC9ozQc9huSgfDOD2gAuRYbLIvLAbP5epz08CRQaI/ /vFg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=2iN/Hd0AXeQVduAlkMDHmearBhrjcRqrlDEcnrFrI/E=; b=iYGm44KLKdSz2zu0cZka0zAcQH/BxahqAHEM298LJxo5tYr3VW0b3v6a29+5GtrSB6 t2YFSLXTUJ28X6DckqCsPWklBfZhMbqh4/LpA99e/aboqTIPM3wPg1q+YKvUDn0Obnrp oxlKbjo4El8pIxCwtzBIAdu5Y84TwBl8rfcQpEOR2V1h5dwuqSrDfbpYXwF+huECUrXR GkkvED/Y/kVi0iTR6qkal9A6rnt3SPXcGMMnIU0Z5BZytU5s81X+23N2fJ/tsnQtSizf +yrfmftEdLUjYW5YGLovOAk/5Wxy6XszGooVRm+2Ldavnk/8EfpCIMa6vmCehe87cLoz VcNA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m12si2299145edc.50.2019.10.03.13.58.49; Thu, 03 Oct 2019 13:59:14 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731205AbfJCU50 convert rfc822-to-8bit (ORCPT + 99 others); Thu, 3 Oct 2019 16:57:26 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:48574 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728031AbfJCU50 (ORCPT ); Thu, 3 Oct 2019 16:57:26 -0400 Received: from localhost (unknown [IPv6:2601:601:9f00:1e2::3d5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 85C3814735CFB; Thu, 3 Oct 2019 13:57:25 -0700 (PDT) Date: Thu, 03 Oct 2019 13:57:21 -0700 (PDT) Message-Id: <20191003.135721.1125853327808086336.davem@davemloft.net> To: j.neuschaefer@gmx.net Cc: linux-doc@vger.kernel.org, andrew@lunn.ch, f.fainelli@gmail.com, hkallweit1@gmail.com, corbet@lwn.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: networking: phy: Improve phrasing From: David Miller In-Reply-To: <20191003204322.32349-1-j.neuschaefer@gmx.net> References: <20191003204322.32349-1-j.neuschaefer@gmx.net> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 03 Oct 2019 13:57:25 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Jonathan Neusch?fer Date: Thu, 3 Oct 2019 22:43:22 +0200 > It's not about times (multiple occurences of an event) but about the > duration of a time interval. > > Signed-off-by: Jonathan Neusch?fer Looks fine to me: Acked-by: David S. Miller