Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Guido Günther and committed by
Jonathan Corbet
d2eba640 2b607f70

+2 -2
+2 -2
Documentation/driver-api/phy/phy.rst
··· 179 179 180 180 In order to get reference to a PHY without help from DeviceTree, the framework 181 181 offers lookups which can be compared to clkdev that allow clk structures to be 182 - bound to devices. A lookup can be made be made during runtime when a handle to 183 - the struct phy already exists. 182 + bound to devices. A lookup can be made during runtime when a handle to the 183 + struct phy already exists. 184 184 185 185 The framework offers the following API for registering and unregistering the 186 186 lookups::