Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Richard Genoud and committed by
Rob Herring
5d781108 a3a7cab1

+1 -1
+1 -1
Documentation/devicetree/usage-model.txt
··· 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