net: wimax: fix duplicate words in comments
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 15 Jul 2020 16:42:40 +0000 (09:42 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 16 Jul 2020 03:34:02 +0000 (20:34 -0700)
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>
include/linux/wimax/debug.h
include/net/wimax.h

index 4dd2c1cea6a93180c99abb941d6507d56c8c0314..cdae052bcdcdd279bf7806327e6488b6052172b3 100644 (file)
@@ -184,8 +184,8 @@ do {                                                                        \
 
 
 /*
- * CPP sintatic sugar to generate A_B like symbol names when one of
- * the arguments is a preprocessor #define.
+ * CPP syntactic sugar to generate A_B like symbol names when one of
+ * the arguments is a preprocessor #define.
  */
 #define __D_PASTE__(varname, modulename) varname##_##modulename
 #define __D_PASTE(varname, modulename) (__D_PASTE__(varname, modulename))
index 24ba7e89c26c2e1e8e836dc7e6f4a6543b4a0b28..f6e31d2f47aa8cad2c3c9bcaca7cef05842b7c5a 100644 (file)
@@ -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.
  *