From: Rob Herring <robherring2@gmail.com>
To: Richard Genoud <richard.genoud@gmail.com>
Cc: Rob Landley <rob@landley.net>,
Grant Likely <grant.likely@secretlab.ca>,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] usage-model.txt: fix typo machine_init->init_machine
Date: Thu, 05 Jul 2012 11:09:56 -0500 [thread overview]
Message-ID: <4FF5BC54.2060506@gmail.com> (raw)
In-Reply-To: <1340966686-26430-1-git-send-email-richard.genoud@gmail.com>
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
>
prev parent reply other threads:[~2012-07-05 16:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FF5BC54.2060506@gmail.com \
--to=robherring2@gmail.com \
--cc=grant.likely@secretlab.ca \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=richard.genoud@gmail.com \
--cc=rob@landley.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.