From: Daniel Golle Date: Mon, 25 Jul 2016 11:44:50 +0000 (+0200) Subject: ubifs: Update comment for ubifs_errc X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=380bc8b71081a258a4cda0060803bfde47dd8c60;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git ubifs: Update comment for ubifs_errc Signed-off-by: Daniel Golle Signed-off-by: Richard Weinberger --- diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h index ddf9f6b9eee2..4617d459022a 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 { \