From: sayli karnik Date: Thu, 9 Mar 2017 06:16:22 +0000 (+0530) Subject: Documentation: phy: Fix repetition of word 'the' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b742fd6b0c701bdb2697a83f0acf8a702eb545c8;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git Documentation: phy: Fix repetition of word 'the' The patch replaces 'the the' with 'the' in the documantation. Signed-off-by: sayli karnik Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/phy.txt b/Documentation/phy.txt index 0aa994bd9a91..383cdd863f08 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