Skip to content

Commit

Permalink
net: wimax: fix duplicate words in comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Jakub Kicinski committed Jul 16, 2020
1 parent 2ff1711 commit 158e896
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/linux/wimax/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ do { \


/*
* CPP sintatic sugar to generate A_B like symbol names when one of
* the arguments is a 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))
Expand Down
2 changes: 1 addition & 1 deletion include/net/wimax.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 158e896

Please sign in to comment.