Skip to content

Commit 8886224

Browse files
geerturobherring
authored andcommitted
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: eb38b95 ("of: overlay: unittest: Add test for unresolved symbol") Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/923f4f605b86f23d001c6efc9c2237ab449d447d.1698228277.git.geert+renesas@glider.be Signed-off-by: Rob Herring <[email protected]>
1 parent 73ae308 commit 8886224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/of/unittest-data/overlay_bad_unresolved.dtso

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
/plugin/;
44

55
&this_label_does_not_exist {
6-
status = "ok";
6+
status = "okay";
77
};

0 commit comments

Comments
 (0)