summaryrefslogtreecommitdiff
path: root/include/net/wimax.h
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-15 09:42:40 -0700
committerJakub Kicinski <kuba@kernel.org>2020-07-15 20:34:02 -0700
commit158e89639166461e225a855bce6e3ee6cd8bb1c0 (patch)
treeca6abea98a68061d100842121ed27039f7eb9a5c /include/net/wimax.h
parent2ff17117e60572d6974c766d6b1a225ec7d68795 (diff)
net: wimax: fix duplicate words in comments
Drop doubled words in two comments. Fix a spello/typo. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: "David S. Miller" <davem@davemloft.net> Cc: netdev@vger.kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/wimax.h')
-rw-r--r--include/net/wimax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/wimax.h b/include/net/wimax.h
index 24ba7e89c26c..f6e31d2f47aa 100644
--- a/include/net/wimax.h
+++ b/include/net/wimax.h
@@ -28,7 +28,7 @@
*
* USAGE
*
- * Embed a `struct wimax_dev` at the beginning of the the device's
+ * Embed a `struct wimax_dev` at the beginning of the device's
* private structure, initialize and register it. For details, see
* `struct wimax_dev`s documentation.
*