Commit 5d781108bc6524b92d6a6789e852b8a7e96aa3f3

Authored by Richard Genoud
Committed by Rob Herring
1 parent a3a7cab17d

usage-model.txt: fix typo machine_init->init_machine

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

Documentation/devicetree/usage-model.txt
... ... @@ -312,7 +312,7 @@
312 312 };
313 313 };
314 314  
315   -At .machine_init() time, Tegra board support code will need to look at
  315 +At .init_machine() time, Tegra board support code will need to look at
316 316 this DT and decide which nodes to create platform_devices for.
317 317 However, looking at the tree, it is not immediately obvious what kind
318 318 of device each node represents, or even if a node represents a device