mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 21:02:19 +00:00
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:
parent
73ae308801
commit
88862247ce
@ -3,5 +3,5 @@
|
||||
/plugin/;
|
||||
|
||||
&this_label_does_not_exist {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user