aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2020-07-15 09:43:22 -0700
committerJohannes Berg <[email protected]>2020-07-31 09:24:23 +0200
commit0f55c0c500f2bbfc5cc5590cdf6973b3f64dc195 (patch)
tree01efdb2aafde245da3fb116a6dcec7bbb3ae4567
parent987021726f9f41a1daf335c57cd7b6261109cdb2 (diff)
net/wireless: wireless.h: drop duplicate word in comments
Drop doubled word "threshold" in a comment. Signed-off-by: Randy Dunlap <[email protected]> Cc: [email protected] Cc: Kalle Valo <[email protected]> Cc: [email protected] Cc: Johannes Berg <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Johannes Berg <[email protected]>
-rw-r--r--include/uapi/linux/wireless.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/wireless.h b/include/uapi/linux/wireless.h
index 24f3371ad826..08967b3f19c8 100644
--- a/include/uapi/linux/wireless.h
+++ b/include/uapi/linux/wireless.h
@@ -914,7 +914,7 @@ union iwreq_data {
struct iw_param sens; /* signal level threshold */
struct iw_param bitrate; /* default bit rate */
struct iw_param txpower; /* default transmit power */
- struct iw_param rts; /* RTS threshold threshold */
+ struct iw_param rts; /* RTS threshold */
struct iw_param frag; /* Fragmentation threshold */
__u32 mode; /* Operation mode */
struct iw_param retry; /* Retry limits & lifetime */