On Thu, 11 Feb 2021 at 07:40, Andy Shevchenko <[email protected]> wrote: > > It is easier to read the positive conditional. > > While at it, convert hard coded length of "_test_" to strlen("_test_") > which will be converted to a constant bu optimizing compiler. > > Signed-off-by: Andy Shevchenko <[email protected]> > --- > v2: new patch > test/test-main.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Simon Glass <[email protected]> Applied to u-boot-dm, thanks!

