of: overlay: unittest: overlay_bad_unresolved: Spelling s/ok/okay/

While "ok" is recognized, the proper status value for an operational
device is "okay".

Fixes: eb38b9529a ("of: overlay: unittest: Add test for unresolved symbol")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/923f4f605b86f23d001c6efc9c2237ab449d447d.1698228277.git.geert+renesas@glider.be
Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
Geert Uytterhoeven 2023-10-25 12:05:21 +02:00 committed by Rob Herring
parent 73ae308801
commit 88862247ce

View File

@ -3,5 +3,5 @@
/plugin/;
&this_label_does_not_exist {
status = "ok";
status = "okay";
};