linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usage-model.txt: fix typo machine_init->init_machine
@ 2012-06-29 10:44 Richard Genoud
  2012-07-05 16:09 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Genoud @ 2012-06-29 10:44 UTC (permalink / raw)
  To: Rob Landley
  Cc: Grant Likely, Rob Herring, linux-doc, linux-kernel, Richard Genoud

machine_init was used intead of init_machine which clearly was not
intended.

Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
---
 Documentation/devicetree/usage-model.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/devicetree/usage-model.txt b/Documentation/devicetree/usage-model.txt
index c5a8009..dca90fe 100644
--- a/Documentation/devicetree/usage-model.txt
+++ b/Documentation/devicetree/usage-model.txt
@@ -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
-- 
1.7.2.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] usage-model.txt: fix typo machine_init->init_machine
  2012-06-29 10:44 [PATCH] usage-model.txt: fix typo machine_init->init_machine Richard Genoud
@ 2012-07-05 16:09 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2012-07-05 16:09 UTC (permalink / raw)
  To: Richard Genoud; +Cc: Rob Landley, Grant Likely, linux-doc, linux-kernel

On 06/29/2012 05:44 AM, Richard Genoud wrote:
> machine_init was used intead of init_machine which clearly was not
> intended.
> 
> Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
> ---

Applied for 3.6.

Rob


>  Documentation/devicetree/usage-model.txt |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/Documentation/devicetree/usage-model.txt b/Documentation/devicetree/usage-model.txt
> index c5a8009..dca90fe 100644
> --- a/Documentation/devicetree/usage-model.txt
> +++ b/Documentation/devicetree/usage-model.txt
> @@ -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
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-05 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-29 10:44 [PATCH] usage-model.txt: fix typo machine_init->init_machine Richard Genoud
2012-07-05 16:09 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).