diff options
author | sayli karnik <karniksayli1995@gmail.com> | 2017-03-09 11:46:22 +0530 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-03-09 00:33:15 -0700 |
commit | b742fd6b0c701bdb2697a83f0acf8a702eb545c8 (patch) | |
tree | a09d1ef53a089897ebf4d980b0a975ce26eb7d01 /Documentation/phy.txt | |
parent | 49978be705dd7c202f58bb401ce82bdca6cf9756 (diff) | |
download | op-kernel-dev-b742fd6b0c701bdb2697a83f0acf8a702eb545c8.zip op-kernel-dev-b742fd6b0c701bdb2697a83f0acf8a702eb545c8.tar.gz |
Documentation: phy: Fix repetition of word 'the'
The patch replaces 'the the' with 'the' in the documantation.
Signed-off-by: sayli karnik <karniksayli1995@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/phy.txt')
-rw-r--r-- | Documentation/phy.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/phy.txt b/Documentation/phy.txt index 0aa994b..383cdd8 100644 --- a/Documentation/phy.txt +++ b/Documentation/phy.txt @@ -97,7 +97,7 @@ should contain the phy name as given in the dt data and in the case of non-dt boot, it should contain the label of the PHY. The two devm_phy_get associates the device with the PHY using devres on successful PHY get. On driver detach, release function is invoked on -the the devres data and devres data is freed. phy_optional_get and +the devres data and devres data is freed. phy_optional_get and devm_phy_optional_get should be used when the phy is optional. These two functions will never return -ENODEV, but instead returns NULL when the phy cannot be found.Some generic drivers, such as ehci, may use multiple |