* [PATCH] [trivial] net:wimax: Fix doucble word "the the" in networking.xml
@ 2015-08-06 3:52 Masanari Iida
2015-08-10 5:44 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2015-08-06 3:52 UTC (permalink / raw)
To: inaky.perez-gonzalez, linux-wimax, davem, netdev, trivial,
linux-kernel
Cc: corbet, Masanari Iida
This patch fix a double word "the the"
in Documentation/DocBook/networking.xml and
Documentation/DocBook/networking/API-Wimax-report-rfkill-sw.html.
These files are generated from comment in source, so I had to
fix the typo in net/wimax/io-rfkill.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
net/wimax/op-rfkill.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net/wimax/op-rfkill.c b/net/wimax/op-rfkill.c
index 7d73054..477364a 100644
--- a/net/wimax/op-rfkill.c
+++ b/net/wimax/op-rfkill.c
@@ -135,8 +135,7 @@ EXPORT_SYMBOL_GPL(wimax_report_rfkill_hw);
* @state: New state of the RF kill switch. %WIMAX_RF_ON radio on,
* %WIMAX_RF_OFF radio off.
*
- * Reports changes in the software RF switch state to the the WiMAX
- * stack.
+ * Reports changes in the software RF switch state to the WiMAX stack.
*
* The main use is during initialization, so the driver can query the
* device for its current software radio kill switch state and feed it
--
2.5.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-10 5:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-06 3:52 [PATCH] [trivial] net:wimax: Fix doucble word "the the" in networking.xml Masanari Iida
2015-08-10 5:44 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).