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>
This commit is contained in:
parent
811eb344d5
commit
16438cf707
@ -32,16 +32,16 @@
|
|||||||
* xxx_name(XXX) \
|
* xxx_name(XXX) \
|
||||||
* ...
|
* ...
|
||||||
*
|
*
|
||||||
* 3. Instanciate that list_names:
|
* 3. Instantiate that list_names:
|
||||||
*
|
*
|
||||||
* 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
|
* #undef xxx_name
|
||||||
* #define xxx_name(msg) { msg, #msg },
|
* #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
|
* __print_symbolic() dislike last comma of list. So we define a new list
|
||||||
* with a dummy element:
|
* with a dummy element:
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user