Merge branch 'topic/next' into for-next
[firefly-linux-kernel-4.4.55.git] / Documentation / devicetree / usage-model.txt
index c5a80099b71c082af76629623923424b2acf0688..dca90fe22a90c5d61c3cc0251326917a143e8929 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