summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx/traces.h
diff options
context:
space:
mode:
authorMohamed Dawod <mhm.dawod@gmail.com>2020-05-18 08:24:45 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-05-19 16:15:39 +0200
commit16438cf707c924a675afba15d05a19ac2843e7d2 (patch)
tree966da8040e4160d5b5c0380591533b2ed0e63409 /drivers/staging/wfx/traces.h
parent811eb344d5b092c4f4d0e0d61508743894cf2be0 (diff)
staging: wfx: Typo fix
Fixing some typo errors in traces.h file Signed-off-by: Mohamed Dawod <mhm.dawod@gmail.com> Link: https://lore.kernel.org/r/20200518062445.GA13044@dinux Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wfx/traces.h')
-rw-r--r--drivers/staging/wfx/traces.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/wfx/traces.h b/drivers/staging/wfx/traces.h
index c10ac92b8eb3..0b6fbd518638 100644
--- a/drivers/staging/wfx/traces.h
+++ b/drivers/staging/wfx/traces.h
@@ -32,16 +32,16 @@
* xxx_name(XXX) \
* ...
*
- * 3. Instanciate that list_names:
+ * 3. Instantiate that list_names:
*
* list_names
*
- * 4. Redefine xxx_name() as a entry of array for __print_symbolic()
+ * 4. Redefine xxx_name() as an entry of array for __print_symbolic()
*
* #undef xxx_name
* #define xxx_name(msg) { msg, #msg },
*
- * 5. list_name can now nearlu be used with __print_symbolic() but,
+ * 5. list_name can now nearly be used with __print_symbolic() but,
* __print_symbolic() dislike last comma of list. So we define a new list
* with a dummy element:
*