KUNIT_EXPECT_NE_MSG
KUNIT_EXPECT_NE_MSG(test, ops->lmtt_pte_num(n), 0,
KUNIT_EXPECT_NE_MSG(test, ops->lmtt_pte_size(n), 0,
KUNIT_EXPECT_NE_MSG(test, ops->lmtt_pte_encode(0, n), LMTT_PTE_INVALID,
KUNIT_EXPECT_NE_MSG(test, ops->lmtt_pte_shift(n), 0,
KUNIT_EXPECT_NE_MSG(test, strcmp(name, "UNKNOWN"), 0,
KUNIT_EXPECT_NE_MSG(test, memcmp(cfg_i, cfg_j,
KUNIT_EXPECT_NE_MSG(test,
KUNIT_EXPECT_NE_MSG(test, memcmp(cfg_j, cfg_i,
KUNIT_EXPECT_NE_MSG(test, left, right, NULL)
KUNIT_EXPECT_NE_MSG(test, new_ffz, ffz_result,
KUNIT_EXPECT_NE_MSG(test, copy_from_user(kmem, (char __user *)(kmem + PAGE_SIZE),
KUNIT_EXPECT_NE_MSG(test, copy_from_user(bad_usermem, (char __user *)kmem,
KUNIT_EXPECT_NE_MSG(test, copy_to_user((char __user *)kmem, kmem + PAGE_SIZE,
KUNIT_EXPECT_NE_MSG(test, copy_to_user((char __user *)kmem, bad_usermem,
KUNIT_EXPECT_NE_MSG(test, get_user(val_##size, (size __user *)kmem), 0, \
KUNIT_EXPECT_NE_MSG(test, put_user(val_##size, (size __user *)kmem), 0, \