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>
This commit is contained in:

committed by
Jakub Kicinski

parent
2ff17117e6
commit
158e896391
@@ -184,8 +184,8 @@ do { \
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* CPP sintatic sugar to generate A_B like symbol names when one of
|
* CPP syntactic sugar to generate A_B like symbol names when one of
|
||||||
* the arguments is a a preprocessor #define.
|
* the arguments is a preprocessor #define.
|
||||||
*/
|
*/
|
||||||
#define __D_PASTE__(varname, modulename) varname##_##modulename
|
#define __D_PASTE__(varname, modulename) varname##_##modulename
|
||||||
#define __D_PASTE(varname, modulename) (__D_PASTE__(varname, modulename))
|
#define __D_PASTE(varname, modulename) (__D_PASTE__(varname, modulename))
|
||||||
|
@@ -28,7 +28,7 @@
|
|||||||
*
|
*
|
||||||
* USAGE
|
* 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
|
* private structure, initialize and register it. For details, see
|
||||||
* `struct wimax_dev`s documentation.
|
* `struct wimax_dev`s documentation.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user