* [PATCH] docs: dt: unittest: Use unittest_data_add()
@ 2026-09-07 1:30 Karl Mehltretter
0 siblings, 0 replies; only message in thread
From: Karl Mehltretter @ 2026-09-07 1:30 UTC (permalink / raw)
To: Rob Herring
Cc: Karl Mehltretter, Krzysztof Kozlowski, Conor Dooley, devicetree
selftest_data_add() was renamed to unittest_data_add() by
commit 9697a5595ece ("of/unittest: replace 'selftest' with 'unittest'").
Use the new name.
Fixes: 9697a5595ece ("of/unittest: replace 'selftest' with 'unittest'")
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
---
Documentation/devicetree/of_unittest.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/of_unittest.rst b/Documentation/devicetree/of_unittest.rst
index 6ed6e3291964..5ea8ee0e81ef 100644
--- a/Documentation/devicetree/of_unittest.rst
+++ b/Documentation/devicetree/of_unittest.rst
@@ -125,7 +125,7 @@ Figure 1: Generic structure of un-flattened device tree
Before executing OF unittest, it is required to attach the test data to
-machine's device tree (if present). So, when selftest_data_add() is called,
+machine's device tree (if present). So, when unittest_data_add() is called,
at first it reads the flattened device tree data linked into the kernel image
via the following kernel symbols::
base-commit: 986c24e0fe44f844b44d365b71ce831947f50298
--
2.53.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-07 1:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-07 1:30 [PATCH] docs: dt: unittest: Use unittest_data_add() Karl Mehltretter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox