From patchwork Sun Jan 11 01:48:44 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen-Yu Tsai X-Patchwork-Id: 427425 X-Patchwork-Delegate: ijc@hellion.org.uk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 9DCC1140182 for ; Sun, 11 Jan 2015 12:49:04 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E17884B610; Sun, 11 Jan 2015 02:49:00 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DrCETGd6IAWw; Sun, 11 Jan 2015 02:49:00 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 073944B608; Sun, 11 Jan 2015 02:49:00 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 736EF4B608 for ; Sun, 11 Jan 2015 02:48:55 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8z4ajOfv1XLM for ; Sun, 11 Jan 2015 02:48:55 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from smtp.csie.ntu.edu.tw (smtp.csie.ntu.edu.tw [140.112.30.61]) by theia.denx.de (Postfix) with ESMTP id 03C224B606 for ; Sun, 11 Jan 2015 02:48:50 +0100 (CET) Received: from mirror2.csie.ntu.edu.tw (mirror2.csie.ntu.edu.tw [140.112.30.76]) (Authenticated sender: b93043) by smtp.csie.ntu.edu.tw (Postfix) with ESMTPSA id 19EEC2041D; Sun, 11 Jan 2015 09:48:45 +0800 (CST) Received: by mirror2.csie.ntu.edu.tw (Postfix, from userid 1000) id 051F55F825; Sun, 11 Jan 2015 09:48:45 +0800 (CST) From: Chen-Yu Tsai To: Hans de Goede , Ian Campbell , u-boot@lists.denx.de Date: Sun, 11 Jan 2015 09:48:44 +0800 Message-Id: <1420940924-15925-1-git-send-email-wens@csie.org> X-Mailer: git-send-email 2.1.4 Subject: [U-Boot] [PATCH] sun8i: remove extra whitespace in dram initialization support code X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de This removes an extra whitespace introduced in an earlier commit a474d11 ("sun8i: Add dram initialization support"). Signed-off-by: Chen-Yu Tsai Acked-by: Ian Campbell --- The patch introducing the whitespace is in sunxi-next. Please squash this one if possible. --- arch/arm/include/asm/arch-sunxi/dram_sun8i.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/arch-sunxi/dram_sun8i.h b/arch/arm/include/asm/arch-sunxi/dram_sun8i.h index 246e009..06adee2 100644 --- a/arch/arm/include/asm/arch-sunxi/dram_sun8i.h +++ b/arch/arm/include/asm/arch-sunxi/dram_sun8i.h @@ -4,7 +4,7 @@ * (C) Copyright 2007-2013 * Allwinner Technology Co., Ltd. * CPL - * Jerry Wang + * Jerry Wang * * (C) Copyright 2014 Hans de Goede *