From patchwork Sun May 23 19:56:35 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrea Gelmini X-Patchwork-Id: 53347 X-Patchwork-Delegate: agust@denx.de Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from bilbo.ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id 2E8D2B7F80 for ; Mon, 24 May 2010 05:58:20 +1000 (EST) Received: by ozlabs.org (Postfix) id 4AC0CB7D2F; Mon, 24 May 2010 05:58:09 +1000 (EST) Delivered-To: linuxppc-dev@ozlabs.org Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by ozlabs.org (Postfix) with ESMTP id 8DC27B7D2D for ; Mon, 24 May 2010 05:58:08 +1000 (EST) Received: by fg-out-1718.google.com with SMTP id d23so775949fga.3 for ; Sun, 23 May 2010 12:58:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:cc:subject :date:message-id:x-mailer:in-reply-to:references; bh=DSTkjRKg4+hcosbOK7xWm3bYNJhhPW7GAI/wbgAsWnY=; b=R1Ple7HV9zB2s+uOoAWEe8vi4yPm1Ac/AfKGIUU4g7F/iAOyoukg42FJUo7JCAN2lk JPSw3jL6zxMr+70R/A88Ybk0v/uFtBa11kl8oMI1kAoYAYUykGOUKwrsoSpnyf6loxTA l1Dhyy/ZqRKDDM2hk6U65yM4nX0hJ6B5GKptw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; b=BSv3yCOseIghlVnI+EZ2FsrNMpwfZ53ksP3OLHT4jF+1hxtk4gE2B3jhAT+hC2U67O gjX6U3fgEvGtxLhRLf1WM1P8rRfRBSbGNdntGHioTcg4pghCRogOSUDJsD1RoZhsV3mn 0mV8MIeLqvD6ZfRAXwOWh4iqpY9LS62oaqEh0= Received: by 10.86.6.37 with SMTP id 37mr7306342fgf.7.1274644684305; Sun, 23 May 2010 12:58:04 -0700 (PDT) Received: from localhost.localdomain (net-93-145-200-9.t2.dsl.vodafone.it [93.145.200.9]) by mx.google.com with ESMTPS id e20sm2866186fga.1.2010.05.23.12.58.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 23 May 2010 12:58:03 -0700 (PDT) From: Andrea Gelmini To: andrea.gelmini@gelma.net Subject: [PATCH 081/199] Documentation/powerpc/mpc52xx.txt: Checkpatch cleanup Date: Sun, 23 May 2010 21:56:35 +0200 Message-Id: <1274644605-25181-39-git-send-email-andrea.gelmini@gelma.net> X-Mailer: git-send-email 1.7.1.251.gf80a2 In-Reply-To: <1274644605-25181-1-git-send-email-andrea.gelmini@gelma.net> References: <1274644605-25181-1-git-send-email-andrea.gelmini@gelma.net> Cc: Randy Dunlap , linux-doc@vger.kernel.org, Paul Mackerras , linuxppc-dev@ozlabs.org X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Documentation/powerpc/mpc52xx.txt:5: ERROR: trailing whitespace Documentation/powerpc/mpc52xx.txt:13: ERROR: trailing whitespace Documentation/powerpc/mpc52xx.txt:18: ERROR: trailing whitespace Documentation/powerpc/mpc52xx.txt:24: ERROR: trailing whitespace Documentation/powerpc/mpc52xx.txt:25: ERROR: trailing whitespace Documentation/powerpc/mpc52xx.txt:29: ERROR: trailing whitespace Signed-off-by: Andrea Gelmini --- Documentation/powerpc/mpc52xx.txt | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/powerpc/mpc52xx.txt b/Documentation/powerpc/mpc52xx.txt index 10dd4ab..0d540a3 100644 --- a/Documentation/powerpc/mpc52xx.txt +++ b/Documentation/powerpc/mpc52xx.txt @@ -2,7 +2,7 @@ Linux 2.6.x on MPC52xx family ----------------------------- For the latest info, go to http://www.246tNt.com/mpc52xx/ - + To compile/use : - U-Boot: @@ -10,23 +10,23 @@ To compile/use : if you wish to ). # make lite5200_defconfig # make uImage - + then, on U-boot: => tftpboot 200000 uImage => tftpboot 400000 pRamdisk => bootm 200000 400000 - + - DBug: # dn -i zImage.initrd.lite5200 - + Some remarks : - The port is named mpc52xxx, and config options are PPC_MPC52xx. The MGT5100