aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jffs2/debug.h')
-rw-r--r--fs/jffs2/debug.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/fs/jffs2/debug.h b/fs/jffs2/debug.h
index b47ba9f1d606..f193d43a8a59 100644
--- a/fs/jffs2/debug.h
+++ b/fs/jffs2/debug.h
@@ -7,7 +7,7 @@
7 * 7 *
8 * For licensing information, see the file 'LICENCE' in this directory. 8 * For licensing information, see the file 'LICENCE' in this directory.
9 * 9 *
10 * $Id: debug.h,v 1.20 2005/10/24 16:22:34 dedekind Exp $ 10 * $Id: debug.h,v 1.21 2005/11/07 11:14:39 gleixner Exp $
11 * 11 *
12 */ 12 */
13#ifndef _JFFS2_DEBUG_H_ 13#ifndef _JFFS2_DEBUG_H_
@@ -24,7 +24,7 @@
24#define JFFS2_DBG_PARANOIA_CHECKS 24#define JFFS2_DBG_PARANOIA_CHECKS
25#define JFFS2_DBG_DUMPS 25#define JFFS2_DBG_DUMPS
26 26
27/* 27/*
28 * By defining/undefining the below macros one may select debugging messages 28 * By defining/undefining the below macros one may select debugging messages
29 * fro specific JFFS2 subsystems. 29 * fro specific JFFS2 subsystems.
30 */ 30 */
@@ -45,7 +45,7 @@
45/* Sanity checks are supposed to be light-weight and enabled by default */ 45/* Sanity checks are supposed to be light-weight and enabled by default */
46#define JFFS2_DBG_SANITY_CHECKS 46#define JFFS2_DBG_SANITY_CHECKS
47 47
48/* 48/*
49 * Dx() are mainly used for debugging messages, they must go away and be 49 * Dx() are mainly used for debugging messages, they must go away and be
50 * superseded by nicer dbg_xxx() macros... 50 * superseded by nicer dbg_xxx() macros...
51 */ 51 */
@@ -91,7 +91,7 @@
91 " (%d) %s: " fmt, current->pid, \ 91 " (%d) %s: " fmt, current->pid, \
92 __FUNCTION__, ##__VA_ARGS__); \ 92 __FUNCTION__, ##__VA_ARGS__); \
93 } while(0) 93 } while(0)
94 94
95#define JFFS2_NOTICE(fmt, ...) \ 95#define JFFS2_NOTICE(fmt, ...) \
96 do { \ 96 do { \
97 printk(JFFS2_NOTICE_MSG_PREFIX \ 97 printk(JFFS2_NOTICE_MSG_PREFIX \
@@ -106,7 +106,7 @@
106 __FUNCTION__, ##__VA_ARGS__); \ 106 __FUNCTION__, ##__VA_ARGS__); \
107 } while(0) 107 } while(0)
108 108
109/* 109/*
110 * We split our debugging messages on several parts, depending on the JFFS2 110 * We split our debugging messages on several parts, depending on the JFFS2
111 * subsystem the message belongs to. 111 * subsystem the message belongs to.
112 */ 112 */