Переглянути джерело

dynamic_debug: fix leading spaces in dynamic_debug.h

clean up some space-before-tabs problems.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Acked-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Jim Cromie 13 роки тому
батько
коміт
3faa286055
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      include/linux/dynamic_debug.h

+ 2 - 2
include/linux/dynamic_debug.h

@@ -17,8 +17,8 @@ struct _ddebug {
 	const char *format;
 	const char *format;
 	unsigned int lineno:18;
 	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
 	 * writes commands to <debugfs>/dynamic_debug/control
 	 */
 	 */
 #define _DPRINTK_FLAGS_NONE	0
 #define _DPRINTK_FLAGS_NONE	0