From patchwork Sun Oct 2 18:57:25 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 117362 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 67F771007D6 for ; Mon, 3 Oct 2011 05:57:48 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DF33128267; Sun, 2 Oct 2011 20:57:45 +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 JLurJct96SKm; Sun, 2 Oct 2011 20:57:45 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 72A7E2825D; Sun, 2 Oct 2011 20:57:43 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 08D242825B for ; Sun, 2 Oct 2011 20:57:41 +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 mVuYtVa-EViH for ; Sun, 2 Oct 2011 20:57:39 +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 CCAEA281F5 for ; Sun, 2 Oct 2011 20:57:37 +0200 (CEST) Received: by yxt33 with SMTP id 33so2897348yxt.3 for ; Sun, 02 Oct 2011 11:57:36 -0700 (PDT) Received: by 10.236.184.70 with SMTP id r46mr59764612yhm.100.1317581856109; Sun, 02 Oct 2011 11:57:36 -0700 (PDT) Received: from localhost.localdomain ([189.5.19.204]) by mx.google.com with ESMTPS id o61sm13159501yhi.26.2011.10.02.11.57.34 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 02 Oct 2011 11:57:35 -0700 (PDT) From: Fabio Estevam To: u-boot@lists.denx.de Date: Sun, 2 Oct 2011 15:57:25 -0300 Message-Id: <1317581849-17471-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.1 Cc: Fabio Estevam Subject: [U-Boot] [PATCH 1/5] mx31ads: Fix Codying 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 generated by checkpatch. Signed-off-by: Fabio Estevam --- board/freescale/mx31ads/mx31ads.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/freescale/mx31ads/mx31ads.c b/board/freescale/mx31ads/mx31ads.c index 4dd1e63..a8a9ddb 100644 --- a/board/freescale/mx31ads/mx31ads.c +++ b/board/freescale/mx31ads/mx31ads.c @@ -104,7 +104,7 @@ int board_init(void) return 0; } -int checkboard (void) +int checkboard(void) { printf("Board: MX31ADS\n"); return 0;