of: prepare to add processing of EXPECT_NOT to of_unittest_expect
authorFrank Rowand <frowand.list@gmail.com>
Mon, 13 Feb 2023 18:56:56 +0000 (12:56 -0600)
committerRob Herring <robh@kernel.org>
Fri, 17 Feb 2023 21:46:20 +0000 (15:46 -0600)
commit511f3aa71029ef4d9408065f94110c0e8f9dccba
treeabfeea7271c5a4f1e39829f39925a5ff32d0c3ba
parent16b0c7cad99e96b002e26f016f28150cc7c52514
of: prepare to add processing of EXPECT_NOT to of_unittest_expect

scripts/dtc/of_unittest_expect processes EXPECT messages that
document expected kernel messages triggered by unittest.  Add
processing of EXPECT_NOT messages that document kernel messages
triggered by unittest that are not expected.

This is commit 1 of 2, renaming existing variables in anticipation
of the changes needed to process EXPECT_NOT, so that commit 2 of 2
will be smaller and easier to read.  This commit is not intended
to make any functional changes.

Signed-off-by: Frank Rowand <frowand.list@gmail.com>
Link: https://lore.kernel.org/r/20230213185702.395776-2-frowand.list@gmail.com
Signed-off-by: Rob Herring <robh@kernel.org>
scripts/dtc/of_unittest_expect