Skip to content

Commit 4933d85

Browse files
standby24x7davem330
authored andcommitted
net:wimax: Fix doucble word "the the" in networking.xml
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 10e4ea7 commit 4933d85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

net/wimax/op-rfkill.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ EXPORT_SYMBOL_GPL(wimax_report_rfkill_hw);
135135
* @state: New state of the RF kill switch. %WIMAX_RF_ON radio on,
136136
* %WIMAX_RF_OFF radio off.
137137
*
138-
* Reports changes in the software RF switch state to the the WiMAX
139-
* stack.
138+
* Reports changes in the software RF switch state to the WiMAX stack.
140139
*
141140
* The main use is during initialization, so the driver can query the
142141
* device for its current software radio kill switch state and feed it

0 commit comments

Comments
 (0)