aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2019-07-26 11:55:34 +0200
committerJonathan Corbet <corbet@lwn.net>2019-07-26 08:15:26 -0600
commitd2eba640a4b96bc1bdc0f4a500b8b8d5e16725c8 (patch)
treea7bb78fc34ca5edfcc0eeac4692a45fb930cdea5 /Documentation
parentdoc:it_IT: translations in process/ (diff)
downloadlinux-dev-d2eba640a4b96bc1bdc0f4a500b8b8d5e16725c8.tar.xz
linux-dev-d2eba640a4b96bc1bdc0f4a500b8b8d5e16725c8.zip
docs: phy: Drop duplicate 'be made'
Fix duplicate words. Signed-off-by: Guido Günther <agx@sigxcpu.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/driver-api/phy/phy.rst4
1 files 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::