Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: eb38b9529aefa344 ("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>

authored by

Geert Uytterhoeven and committed by
Rob Herring
88862247 73ae3088

+1 -1
+1 -1
drivers/of/unittest-data/overlay_bad_unresolved.dtso
··· 3 3 /plugin/; 4 4 5 5 &this_label_does_not_exist { 6 - status = "ok"; 6 + status = "okay"; 7 7 };