Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1595718 > unrolled thread

[PATCH 1/3] Documentation: phy: Fix repetition of word 'the'

Started bysayli karnik <karniksayli1995@gmail.com>
First post2017-03-09 08:00 +0100
Last post2017-03-09 08:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 1/3] Documentation: phy: Fix repetition of word 'the' sayli karnik <karniksayli1995@gmail.com> - 2017-03-09 08:00 +0100

#1595718 — [PATCH 1/3] Documentation: phy: Fix repetition of word 'the'

Fromsayli karnik <karniksayli1995@gmail.com>
Date2017-03-09 08:00 +0100
Subject[PATCH 1/3] Documentation: phy: Fix repetition of word 'the'
Message-ID<tj0dk-1m3-7@gated-at.bofh.it>
The patch replaces 'the the' with 'the' in the documantation.

Signed-off-by: sayli karnik <karniksayli1995@gmail.com>
---
 Documentation/phy.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web