diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-03-14 11:55:40 -0400 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-03-16 08:05:25 -0400 |
commit | 5d630e43284fdb0613e4e7e7dd906f27bc25b6af (patch) | |
tree | c0b71e4ccfd401044a5a3b10c5d58704d3fb89d7 | |
parent | 7c83cc91ab1505e53ebfb99b1ea19ed1cf01c1b0 (diff) |
UBIFS: clean-up commentaries
Clean-up commentaries in debug.h and remove references to non-existing
symblols.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
-rw-r--r-- | fs/ubifs/debug.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ubifs/debug.h b/fs/ubifs/debug.h index 4efbba78669a..919f0de29d8f 100644 --- a/fs/ubifs/debug.h +++ b/fs/ubifs/debug.h | |||
@@ -171,7 +171,7 @@ const char *dbg_key_str1(const struct ubifs_info *c, | |||
171 | #define dbg_rcvry(fmt, ...) dbg_do_msg(UBIFS_MSG_RCVRY, fmt, ##__VA_ARGS__) | 171 | #define dbg_rcvry(fmt, ...) dbg_do_msg(UBIFS_MSG_RCVRY, fmt, ##__VA_ARGS__) |
172 | 172 | ||
173 | /* | 173 | /* |
174 | * Debugging message type flags (must match msg_type_names in debug.c). | 174 | * Debugging message type flags. |
175 | * | 175 | * |
176 | * UBIFS_MSG_GEN: general messages | 176 | * UBIFS_MSG_GEN: general messages |
177 | * UBIFS_MSG_JNL: journal messages | 177 | * UBIFS_MSG_JNL: journal messages |
@@ -204,7 +204,7 @@ enum { | |||
204 | }; | 204 | }; |
205 | 205 | ||
206 | /* | 206 | /* |
207 | * Debugging check flags (must match chk_names in debug.c). | 207 | * Debugging check flags. |
208 | * | 208 | * |
209 | * UBIFS_CHK_GEN: general checks | 209 | * UBIFS_CHK_GEN: general checks |
210 | * UBIFS_CHK_TNC: check TNC | 210 | * UBIFS_CHK_TNC: check TNC |
@@ -225,7 +225,7 @@ enum { | |||
225 | }; | 225 | }; |
226 | 226 | ||
227 | /* | 227 | /* |
228 | * Special testing flags (must match tst_names in debug.c). | 228 | * Special testing flags. |
229 | * | 229 | * |
230 | * UBIFS_TST_FORCE_IN_THE_GAPS: force the use of in-the-gaps method | 230 | * UBIFS_TST_FORCE_IN_THE_GAPS: force the use of in-the-gaps method |
231 | * UBIFS_TST_RCVRY: failure mode for recovery testing | 231 | * UBIFS_TST_RCVRY: failure mode for recovery testing |