From patchwork Mon Apr 8 03:55:15 2013
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Patchwork-Submitter: Daniel Tang
X-Patchwork-Id: 2405011
Return-Path:
X-Original-To: patchwork-linux-arm@patchwork.kernel.org
Delivered-To: patchwork-process-083081@patchwork2.kernel.org
Received: from casper.infradead.org (casper.infradead.org [85.118.1.10])
by patchwork2.kernel.org (Postfix) with ESMTP id EA33DDFB78
for ;
Mon, 8 Apr 2013 03:55:45 +0000 (UTC)
Received: from merlin.infradead.org ([2001:4978:20e::2])
by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux))
id 1UP3B3-0006F6-Lp; Mon, 08 Apr 2013 03:55:32 +0000
Received: from localhost ([::1] helo=merlin.infradead.org)
by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux))
id 1UP3B0-0006qB-C3; Mon, 08 Apr 2013 03:55:26 +0000
Received: from mail-da0-x230.google.com ([2607:f8b0:400e:c00::230])
by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux))
id 1UP3Ax-0006pr-S9 for linux-arm-kernel@lists.infradead.org;
Mon, 08 Apr 2013 03:55:24 +0000
Received: by mail-da0-f48.google.com with SMTP id p8so2421053dan.7
for ;
Sun, 07 Apr 2013 20:55:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
h=x-received:from:content-type:content-transfer-encoding:subject:date
:message-id:cc:to:mime-version:x-mailer;
bh=Yl3EbZ4CVJeY7YaTatc2xiRxR5sK4jhFmN7fHnypsow=;
b=SLheUfIrKrtAl5KVmaipjgws/PdZTYIzQSTBPMQTKvFhDrIW3CMqNrm7RUabGUSDRZ
Utv7bxEObh519irlQ3XM1qPP6546sgqkrpwSPnKRpAIbc/4hqepYjP278R4gRx54pYFu
8+aeAp/9ku/X+TtgcV5sx/mKDdNosGPyw3fANwOt78Zd7gZxcdJJBN8z5hrxAX0o+ybh
9xhUDm6wEPhvqyL0OtkKPlnHPpZj/ka5q2Fg5Sf28u+agB8ZhLJzct3OyjJmtiHTpHpT
mqnqhEkdrr55w0cLKVFXEjyOQhe2VTSb6sz1lCZ/bCTfs+bjAk76yzvz0izG+sUoVVV8
w3Ng==
X-Received: by 10.67.8.98 with SMTP id dj2mr33445533pad.76.1365393322009;
Sun, 07 Apr 2013 20:55:22 -0700 (PDT)
Received: from [192.168.1.122] (110-175-69-66.static.tpgi.com.au.
[110.175.69.66]) by mx.google.com with ESMTPS id
ux10sm35642738pab.1.2013.04.07.20.55.18
(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
Sun, 07 Apr 2013 20:55:20 -0700 (PDT)
From: Daniel Tang
Subject: [PATCH] Remove trailing whitespace in arch/arm/Makefile
Date: Mon, 8 Apr 2013 13:55:15 +1000
Message-Id: <979FD146-5650-409C-B18E-F1CDBBE67236@gmail.com>
To: "linux-arm-kernel@lists.infradead.org"
,
"linux@arm.linux.org.uk"
Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\))
X-Mailer: Apple Mail (2.1503)
X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3
X-CRM114-CacheID: sfid-20130407_235524_030924_5AD26682
X-CRM114-Status: UNSURE ( 9.76 )
X-CRM114-Notice: Please train this message.
X-Spam-Score: -2.0 (--)
X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary:
Content analysis details: (-2.0 points)
pts rule name description
---- ----------------------
--------------------------------------------------
0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail
provider (dt.tangr[at]gmail.com)
-0.0 SPF_PASS SPF: sender matches SPF record
-1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1%
[score: 0.0000]
-0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from
author's domain
0.1 DKIM_SIGNED Message has a DKIM or DK signature,
not necessarily valid
-0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
Cc: trivial@kernel.org
X-BeenThere: linux-arm-kernel@lists.infradead.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id:
List-Unsubscribe:
,
List-Archive:
List-Post:
List-Help:
List-Subscribe:
,
Sender: "linux-arm-kernel"
Errors-To:
linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org
Signed-off-by: Daniel Tang
---
arch/arm/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index ee4605f..479b209 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -313,7 +313,7 @@ define archhelp
echo ' Image - Uncompressed kernel image (arch/$(ARCH)/boot/Image)'
echo '* xipImage - XIP kernel image, if configured (arch/$(ARCH)/boot/xipImage)'
echo ' uImage - U-Boot wrapped zImage'
- echo ' bootpImage - Combined zImage and initial RAM disk'
+ echo ' bootpImage - Combined zImage and initial RAM disk'
echo ' (supply initrd image via make variable INITRD=)'
echo '* dtbs - Build device tree blobs for enabled boards'
echo ' install - Install uncompressed kernel'