]> git.itanic.dy.fi Git - linux-stable/commitdiff
of: overlay: unittest: overlay_bad_unresolved: Spelling s/ok/okay/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 25 Oct 2023 10:05:21 +0000 (12:05 +0200)
committerRob Herring <robh@kernel.org>
Fri, 27 Oct 2023 21:37:42 +0000 (16:37 -0500)
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>
drivers/of/unittest-data/overlay_bad_unresolved.dtso

index 3b75a53ae8a492bd71cc0a0b7205889d64548c96..f34d8780d42d229ffc32426ad06f9c9037b9c9e6 100644 (file)
@@ -3,5 +3,5 @@
 /plugin/;
 
 &this_label_does_not_exist {
-       status = "ok";
+       status = "okay";
 };