Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp11988221ybi; Fri, 26 Jul 2019 02:57:59 -0700 (PDT) X-Google-Smtp-Source: APXvYqwyhO4s2BZlcsLidWCmTz8jlVPAgUyVZ6sg8Ta7GW/+wZJdakxy3J0sbiX/mFxHf9z5NBue X-Received: by 2002:a17:90a:bc42:: with SMTP id t2mr96921600pjv.121.1564135079812; Fri, 26 Jul 2019 02:57:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564135079; cv=none; d=google.com; s=arc-20160816; b=eG+nT1HCt0ast6Vqn+JSpqj36av5F08RST4/K0fb8FaVrHynnvzQ2LA8huxfuk5iSL 5BKrgiPkcox62Gn9xbKVmdPFOX/dxj7/uLqmZ+7HuyjQivunVZnXXBQOAs8jai4BsurN xkwFI71hBn7VNr7M+FdkneLBmut9rhRj8PSDkP74iACluN2HgJjjVps9D0gLWkSUSMsD L9ooWRkdcpZ/l4HkgKjFQ3HVZJlzRnBHAS9ugdnOaDOpbjzqp8xzLmJei2L6ZaBR62oK 1XnMw5vqRR/70nBS2T0CsLnI8o7kqRS4QPYxTg7Pe6VN6QwyUYaNcj/LlafoBtBONSD2 WUFA== 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 :message-id:date:subject:to:from; bh=tASTMcAvhk54FD9AMYU1AwIHMZoPsYjF0x5u6OeM7lc=; b=zWNWzQsgN1YSIDGhj0J7bgCWPQGfKBgLSFCWIPd+sXCdDN++v94Cut95Ge2Jk1duug zt4jCqdbXaKhgKmWVqyeVSL8+8IPBhjPfdiCS/JL+6ovwbhD9E07IrDmITMs2yoWLYms jpARsU+OWqOSCbu9ZcZz59Z1ra8XirLAtnJ//y5uOFNLCCkcMPI2DIrMTM17NOrkbnCl 4nM+at1oJNYgahkWVlsxSOia2cN5eFfGtKQ1hQKa8IvUi2cCUUFNXp+hfBY4CKdAIjdw hdtdwNDnwAMNOEHLC6GN2QPhqKPXlDBeeCkdqzw+sJ47OcGAYmHhsaTS6WwPQjkCSfLu cFjg== 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 64si19166430plk.87.2019.07.26.02.57.43; Fri, 26 Jul 2019 02:57:59 -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 S1726108AbfGZJzg (ORCPT + 99 others); Fri, 26 Jul 2019 05:55:36 -0400 Received: from honk.sigxcpu.org ([24.134.29.49]:60256 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725815AbfGZJzg (ORCPT ); Fri, 26 Jul 2019 05:55:36 -0400 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 30FD3FB03; Fri, 26 Jul 2019 11:55:35 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KjqHBg3sjT4T; Fri, 26 Jul 2019 11:55:34 +0200 (CEST) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 2240D46AA1; Fri, 26 Jul 2019 11:55:34 +0200 (CEST) From: =?UTF-8?q?Guido=20G=C3=BCnther?= To: Jonathan Corbet , Mauro Carvalho Chehab , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] docs: phy: Drop duplicate 'be made' Date: Fri, 26 Jul 2019 11:55:34 +0200 Message-Id: <37eecffe6ecd9d64bfdb57a32f34b2c0805dd754.1564134855.git.agx@sigxcpu.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix duplicate words. Signed-off-by: Guido Günther --- Noticed on next-20190725. Documentation/driver-api/phy/phy.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/driver-api/phy/phy.rst b/Documentation/driver-api/phy/phy.rst index 457c3e0f86d6..8fc1ce0bb905 100644 --- a/Documentation/driver-api/phy/phy.rst +++ b/Documentation/driver-api/phy/phy.rst @@ -179,8 +179,8 @@ PHY Mappings In order to get reference to a PHY without help from DeviceTree, the framework offers lookups which can be compared to clkdev that allow clk structures to be -bound to devices. A lookup can be made be made during runtime when a handle to -the struct phy already exists. +bound to devices. A lookup can be made during runtime when a handle to the +struct phy already exists. The framework offers the following API for registering and unregistering the lookups:: -- 2.20.1