From: Guido Günther Date: Fri, 26 Jul 2019 09:55:34 +0000 (+0200) Subject: docs: phy: Drop duplicate 'be made' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d2eba640a4b96bc1bdc0f4a500b8b8d5e16725c8;p=linux.git docs: phy: Drop duplicate 'be made' Fix duplicate words. Signed-off-by: Guido Günther Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/driver-api/phy/phy.rst b/Documentation/driver-api/phy/phy.rst index 457c3e0f86d62..8fc1ce0bb905d 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::