usage-model.txt: fix typo machine_init->init_machine
authorRichard Genoud <richard.genoud@gmail.com>
Fri, 29 Jun 2012 10:44:46 +0000 (12:44 +0200)
committerRob Herring <rob.herring@calxeda.com>
Fri, 6 Jul 2012 12:16:33 +0000 (07:16 -0500)
machine_init was used intead of init_machine which clearly was not
intended.

Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Documentation/devicetree/usage-model.txt

index c5a8009..dca90fe 100644 (file)
@@ -312,7 +312,7 @@ device tree for the NVIDIA Tegra board.
        };
 };
 
-At .machine_init() time, Tegra board support code will need to look at
+At .init_machine() time, Tegra board support code will need to look at
 this DT and decide which nodes to create platform_devices for.
 However, looking at the tree, it is not immediately obvious what kind
 of device each node represents, or even if a node represents a device