From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754481Ab2F2KpD (ORCPT ); Fri, 29 Jun 2012 06:45:03 -0400 Received: from mail-we0-f174.google.com ([74.125.82.174]:46834 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753947Ab2F2KpB (ORCPT ); Fri, 29 Jun 2012 06:45:01 -0400 From: Richard Genoud To: Rob Landley Cc: Grant Likely , Rob Herring , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Richard Genoud Subject: [PATCH] usage-model.txt: fix typo machine_init->init_machine Date: Fri, 29 Jun 2012 12:44:46 +0200 Message-Id: <1340966686-26430-1-git-send-email-richard.genoud@gmail.com> X-Mailer: git-send-email 1.7.2.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org machine_init was used intead of init_machine which clearly was not intended. Signed-off-by: Richard Genoud --- 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