* [PATCH] Documentation: DT: usage-model: Fix typo for arch/arm/kernel/devtree.c file path
@ 2013-04-12 16:40 Axel Lin
0 siblings, 0 replies; only message in thread
From: Axel Lin @ 2013-04-12 16:40 UTC (permalink / raw)
To: Grant Likely, Rob Landley; +Cc: linux-doc, linux-kernel
arch/arm/kernel/devicetree.c does not exist.
The correct file path is arch/arm/kernel/devtree.c.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
Documentation/devicetree/usage-model.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/usage-model.txt b/Documentation/devicetree/usage-model.txt
index ef9d06c..8202ce5 100644
--- a/Documentation/devicetree/usage-model.txt
+++ b/Documentation/devicetree/usage-model.txt
@@ -106,7 +106,7 @@ In the majority of cases, the machine identity is irrelevant, and the
kernel will instead select setup code based on the machine's core
CPU or SoC. On ARM for example, setup_arch() in
arch/arm/kernel/setup.c will call setup_machine_fdt() in
-arch/arm/kernel/devicetree.c which searches through the machine_desc
+arch/arm/kernel/devtree.c which searches through the machine_desc
table and selects the machine_desc which best matches the device tree
data. It determines the best match by looking at the 'compatible'
property in the root device tree node, and comparing it with the
--
1.7.10.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-12 16:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-12 16:40 [PATCH] Documentation: DT: usage-model: Fix typo for arch/arm/kernel/devtree.c file path Axel Lin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox