mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 15:01:27 +02:00
dm: test: Fix nit with position of backslash
Line up this backslash with all the others. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -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 */
|
/* Assert that a pointer is not an error pointer */
|
||||||
#define ut_assertok_ptr(expr) { \
|
#define ut_assertok_ptr(expr) { \
|
||||||
const void *val = (expr); \
|
const void *val = (expr); \
|
||||||
\
|
\
|
||||||
if (IS_ERR(val)) { \
|
if (IS_ERR(val)) { \
|
||||||
|
Reference in New Issue
Block a user