[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4FF5BC54.2060506@gmail.com>
Date: Thu, 05 Jul 2012 11:09:56 -0500
From: Rob Herring <robherring2@...il.com>
To: Richard Genoud <richard.genoud@...il.com>
CC: Rob Landley <rob@...dley.net>,
Grant Likely <grant.likely@...retlab.ca>,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] usage-model.txt: fix typo machine_init->init_machine
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@...il.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
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists