From patchwork Sun Oct 2 17:25:19 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 117350 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 A71051007D6 for ; Mon, 3 Oct 2011 04:25:56 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3C86928249; Sun, 2 Oct 2011 19:25:50 +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 X9lGKhbxLNvT; Sun, 2 Oct 2011 19:25:50 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B66AC28272; Sun, 2 Oct 2011 19:25:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A7A182826E for ; Sun, 2 Oct 2011 19:25:39 +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 kHMokVzJIymA for ; Sun, 2 Oct 2011 19:25:38 +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-yx0-f172.google.com (mail-yx0-f172.google.com [209.85.213.172]) by theia.denx.de (Postfix) with ESMTPS id 39AE82824A for ; Sun, 2 Oct 2011 19:25:32 +0200 (CEST) Received: by yxt33 with SMTP id 33so2862699yxt.3 for ; Sun, 02 Oct 2011 10:25:31 -0700 (PDT) Received: by 10.236.76.134 with SMTP id b6mr688yhe.32.1317576331280; Sun, 02 Oct 2011 10:25:31 -0700 (PDT) Received: from localhost.localdomain ([189.5.19.204]) by mx.google.com with ESMTPS id s42sm13046423yhs.0.2011.10.02.10.25.29 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 02 Oct 2011 10:25:30 -0700 (PDT) From: Fabio Estevam To: u-boot@lists.denx.de Date: Sun, 2 Oct 2011 14:25:19 -0300 Message-Id: <1317576319-17074-3-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1317576319-17074-1-git-send-email-festevam@gmail.com> References: <1317576319-17074-1-git-send-email-festevam@gmail.com> Cc: Fabio Estevam Subject: [U-Boot] [PATCH 3/3] mx27: reset.c: Fix Codyng Style X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 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 Fix warning reported by checkpatch. Signed-off-by: Fabio Estevam --- arch/arm/cpu/arm926ejs/mx27/reset.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/mx27/reset.c b/arch/arm/cpu/arm926ejs/mx27/reset.c index 6c54eaf..cc0a33e 100644 --- a/arch/arm/cpu/arm926ejs/mx27/reset.c +++ b/arch/arm/cpu/arm926ejs/mx27/reset.c @@ -39,7 +39,7 @@ /* * Reset the cpu by setting up the watchdog timer and let it time out */ -void reset_cpu (ulong ignored) +void reset_cpu(ulong ignored) { struct wdog_regs *regs = (struct wdog_regs *)IMX_WDT_BASE; /* Disable watchdog and set Time-Out field to 0 */