提交 380bc8b7 编写于 作者: D Daniel Golle 提交者: Richard Weinberger

ubifs: Update comment for ubifs_errc

Signed-off-by: NDaniel Golle <daniel@makrotopia.org>
Signed-off-by: NRichard Weinberger <richard@nod.at>
上级 8a8e8d2f
...@@ -1783,8 +1783,8 @@ void ubifs_err(const struct ubifs_info *c, const char *fmt, ...); ...@@ -1783,8 +1783,8 @@ void ubifs_err(const struct ubifs_info *c, const char *fmt, ...);
__printf(2, 3) __printf(2, 3)
void ubifs_warn(const struct ubifs_info *c, const char *fmt, ...); void ubifs_warn(const struct ubifs_info *c, const char *fmt, ...);
/* /*
* A variant of 'ubifs_err()' which takes the UBIFS file-sytem description * A conditional variant of 'ubifs_err()' which doesn't output anything
* object as an argument. * if probing (ie. MS_SILENT set).
*/ */
#define ubifs_errc(c, fmt, ...) \ #define ubifs_errc(c, fmt, ...) \
do { \ do { \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册