diff options
author | Daniel Golle <daniel@makrotopia.org> | 2016-07-25 11:44:50 (GMT) |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2016-07-29 21:30:26 (GMT) |
commit | 380bc8b71081a258a4cda0060803bfde47dd8c60 (patch) | |
tree | 8ebae3dadff646ecb8485ebb44027ca389956c08 /fs | |
parent | 8a8e8d2fdbab047712fc5c3ac2704dc629af511d (diff) | |
download | linux-380bc8b71081a258a4cda0060803bfde47dd8c60.tar.xz |
ubifs: Update comment for ubifs_errc
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ubifs/ubifs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h index ddf9f6b9..4617d45 100644 --- a/fs/ubifs/ubifs.h +++ b/fs/ubifs/ubifs.h @@ -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 { \ |