summaryrefslogtreecommitdiffstats
path: root/usr/gen_initramfs.sh
diff options
context:
space:
mode:
authorDaniel Latypov <dlatypov@google.com>2022-01-18 14:35:04 -0800
committerShuah Khan <skhan@linuxfoundation.org>2022-01-25 13:04:38 -0700
commit955df7d85e58b8090f1fd2d10b4b2713e99b552c (patch)
tree5b8ab7f3a54257d4506344320a83cc6e5846527b /usr/gen_initramfs.sh
parentc5855907d388321c1089023489e49ba9a5e9afc7 (diff)
downloadlinux-955df7d85e58b8090f1fd2d10b4b2713e99b552c.tar.bz2
kunit: reduce layering in string assertion macros
The current macro chain looks like: KUNIT_EXPECT_STREQ => KUNIT_EXPECT_STREQ_MSG => KUNIT_BINARY_STR_EQ_MSG_ASSERTION => KUNIT_BINARY_STR_ASSERTION. KUNIT_ASSERT_STREQ => KUNIT_ASSERT_STREQ_MSG => KUNIT_BINARY_STR_EQ_MSG_ASSERTION => KUNIT_BINARY_STR_ASSERTION. <ditto for STR_NE> After this change: KUNIT_EXPECT_STREQ => KUNIT_EXPECT_STREQ_MSG => KUNIT_BINARY_STR_ASSERTION. KUNIT_ASSERT_STREQ => KUNIT_ASSERT_STREQ_MSG => KUNIT_BINARY_STR_ASSERTION. <ditto for STR_NE> All the intermediate macro did was pass in "==" or "!=", so it seems better to just drop them at the cost of a bit more copy-paste. Signed-off-by: Daniel Latypov <dlatypov@google.com> Reviewed-by: David Gow <davidgow@google.com> Reviewed-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'usr/gen_initramfs.sh')
0 files changed, 0 insertions, 0 deletions