summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-15 19:42:40 +0300
committerJakub Kicinski <kuba@kernel.org>2020-07-16 06:34:02 +0300
commit158e89639166461e225a855bce6e3ee6cd8bb1c0 (patch)
treeca6abea98a68061d100842121ed27039f7eb9a5c /include/linux
parent2ff17117e60572d6974c766d6b1a225ec7d68795 (diff)
downloadlinux-158e89639166461e225a855bce6e3ee6cd8bb1c0.tar.xz
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/linux')
-rw-r--r--include/linux/wimax/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/wimax/debug.h b/include/linux/wimax/debug.h
index 4dd2c1cea6a9..cdae052bcdcd 100644
--- a/include/linux/wimax/debug.h
+++ b/include/linux/wimax/debug.h
@@ -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))