commit | d21afd5b37766877aec8c1fcf2080444fde0165d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 18 20:10:00 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 01 07:03:17 2017 -0600 |
tree | f92fe08fe32e8ccef51a67ca4bd5710e63e87bcd | |
parent | 177520fbe7869f285a4411533987b58637887c6c [diff] [blame] |
dm: test: Fix nit with position of backslash Line up this backslash with all the others. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/include/test/ut.h b/include/test/ut.h index 85434d7..d176df5 100644 --- a/include/test/ut.h +++ b/include/test/ut.h
@@ -104,7 +104,7 @@ } /* 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)) { \