Skip to content

Commit

Permalink
usage-model.txt: fix typo machine_init->init_machine
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Richard Genoud authored and Rob Herring committed Jul 6, 2012
1 parent a3a7cab commit 5d78110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/usage-model.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d78110

Please sign in to comment.