Skip to content

Commit

Permalink
dynamic_debug: fix leading spaces in dynamic_debug.h
Browse files Browse the repository at this point in the history
clean up some space-before-tabs problems.

Signed-off-by: Jim Cromie <[email protected]>
Acked-by: Jason Baron <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
jimc authored and gregkh committed Apr 30, 2012
1 parent b8ccd5d commit 3faa286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/dynamic_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ struct _ddebug {
const char *format;
unsigned int lineno:18;
/*
* The flags field controls the behaviour at the callsite.
* The bits here are changed dynamically when the user
* The flags field controls the behaviour at the callsite.
* The bits here are changed dynamically when the user
* writes commands to <debugfs>/dynamic_debug/control
*/
#define _DPRINTK_FLAGS_NONE 0
Expand Down

0 comments on commit 3faa286

Please sign in to comment.