ubifs: Update comment for ubifs_errc
authorDaniel Golle <daniel@makrotopia.org>
Mon, 25 Jul 2016 11:44:50 +0000 (13:44 +0200)
committerRichard Weinberger <richard@nod.at>
Fri, 29 Jul 2016 21:30:26 +0000 (23:30 +0200)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/ubifs.h

index ddf9f6b9eee24400d676917a2c899c784ac5b86f..4617d459022a5df4cfa2645bea329c31fa3b7a00 100644 (file)
@@ -1783,8 +1783,8 @@ void ubifs_err(const struct ubifs_info *c, const char *fmt, ...);
 __printf(2, 3)
 void ubifs_warn(const struct ubifs_info *c, const char *fmt, ...);
 /*
- * A variant of 'ubifs_err()' which takes the UBIFS file-sytem description
- * object as an argument.
+ * A conditional variant of 'ubifs_err()' which doesn't output anything
+ * if probing (ie. MS_SILENT set).
  */
 #define ubifs_errc(c, fmt, ...)                                                \
 do {                                                                   \