From patchwork Sat Sep 14 22:34:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 274983 X-Patchwork-Delegate: sbabic@denx.de 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 842DC2C0142 for ; Sun, 15 Sep 2013 08:34:56 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A5C684A06E; Sun, 15 Sep 2013 00:34:54 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 y8Ism2w+1LWJ; Sun, 15 Sep 2013 00:34:54 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D70F24A063; Sun, 15 Sep 2013 00:34:51 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 71E424A063 for ; Sun, 15 Sep 2013 00:34:44 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 06bS1m-ZdicK for ; Sun, 15 Sep 2013 00:34:35 +0200 (CEST) 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 mail-yh0-f50.google.com (mail-yh0-f50.google.com [209.85.213.50]) by theia.denx.de (Postfix) with ESMTPS id A9C934A062 for ; Sun, 15 Sep 2013 00:34:27 +0200 (CEST) Received: by mail-yh0-f50.google.com with SMTP id a41so1288712yho.37 for ; Sat, 14 Sep 2013 15:34:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=iecrOZSUnR8gRwKRxagCrteHSNOHDgpf9brVhvYy/yk=; b=Y4IyWYEciD9fuURqvCa71CQZ2VibPUWtz9o0qoZ/+qmj56uCCRbq+5SN6FXlxCtxk4 yKLJQwIb9uGUj0UybYmPBvvYvtLIShYxnrRIJnrVtsS2SUFds4abo69W62FEc68LXP8g mhY6hs/E2+IrFBCfLQ8Fn/PxiHLkwMwlOLQT5IepITodRv/plIsqd9v1IA5TkhjA+thK prkxyP/rYkTURdhfo+ARj5z6GIJXvegokWwHtkG/Op5kUquyqWKl8pILtVU/MW7NsaC5 aogGW/6iNKLhWcgDq7Zak4Jtv5DVdNeFJArol2Nxy/X0vZXegHTiQozX0hliMLkEtZnh m8LQ== X-Received: by 10.236.174.37 with SMTP id w25mr13569057yhl.36.1379198065978; Sat, 14 Sep 2013 15:34:25 -0700 (PDT) Received: from localhost.localdomain ([186.207.93.139]) by mx.google.com with ESMTPSA id c26sm23042433yhm.13.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 14 Sep 2013 15:34:25 -0700 (PDT) From: Fabio Estevam To: sbabic@denx.de Date: Sat, 14 Sep 2013 19:34:17 -0300 Message-Id: <1379198057-29272-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.8.1.2 Cc: Fabio Estevam , u-boot@lists.denx.de Subject: [U-Boot] [PATCH] mx28evk: Fix checkpatch warning X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 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 From: Fabio Estevam Fix the following checkpatch warning: $ ./tools/checkpatch.pl -F board/freescale/mx28evk/mx28evk.c CHECK: Alignment should match open parenthesis #109: FILE: freescale/mx28evk/mx28evk.c:109: + writel(CLKCTRL_ENET_TIME_SEL_RMII_CLK | CLKCTRL_ENET_CLK_OUT_EN, + &clkctrl_regs->hw_clkctrl_enet); Signed-off-by: Fabio Estevam --- board/freescale/mx28evk/mx28evk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/mx28evk/mx28evk.c b/board/freescale/mx28evk/mx28evk.c index a307f27..3abf1fd 100644 --- a/board/freescale/mx28evk/mx28evk.c +++ b/board/freescale/mx28evk/mx28evk.c @@ -106,7 +106,7 @@ int board_eth_init(bd_t *bis) /* MX28EVK uses ENET_CLK PAD to drive FEC clock */ writel(CLKCTRL_ENET_TIME_SEL_RMII_CLK | CLKCTRL_ENET_CLK_OUT_EN, - &clkctrl_regs->hw_clkctrl_enet); + &clkctrl_regs->hw_clkctrl_enet); /* Power-on FECs */ gpio_direction_output(MX28_PAD_SSP1_DATA3__GPIO_2_15, 0);