提交 fe3c0b5b 编写于 作者: S Simon Glass

dm: test: Fix nit with position of backslash

Line up this backslash with all the others.
Signed-off-by: NSimon Glass <sjg@chromium.org>
上级 03753c9a
......@@ -104,7 +104,7 @@ void ut_failf(struct unit_test_state *uts, const char *fname, int line,
}
/* Assert that a pointer is not an error pointer */
#define ut_assertok_ptr(expr) { \
#define ut_assertok_ptr(expr) { \
const void *val = (expr); \
\
if (IS_ERR(val)) { \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册