Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751419Ab3C0Mjv (ORCPT ); Wed, 27 Mar 2013 08:39:51 -0400 Received: from mail-ia0-f175.google.com ([209.85.210.175]:33148 "EHLO mail-ia0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750737Ab3C0Mju (ORCPT ); Wed, 27 Mar 2013 08:39:50 -0400 MIME-Version: 1.0 In-Reply-To: <1363781764-17330-3-git-send-email-laurent.navet@gmail.com> References: <1363781764-17330-1-git-send-email-laurent.navet@gmail.com> <1363781764-17330-3-git-send-email-laurent.navet@gmail.com> Date: Wed, 27 Mar 2013 13:39:49 +0100 Message-ID: Subject: Re: [PATCH 02/10] gpio: gpio-mvebu.c: fix checkpatch errors From: Linus Walleij To: Laurent Navet , Gregory CLEMENT , Jamie Lentin , Thomas Petazzoni , Andrew Lunn Cc: grant.likely@secretlab.ca, santosh.shilimkar@ti.com, khilman@ti.com, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1445 Lines: 29 On Wed, Mar 20, 2013 at 1:15 PM, Laurent Navet wrote: > Fix : > gpio/gpio-mvebu.c:120: ERROR: space required before the open parenthesis '(' > gpio/gpio-mvebu.c:136: ERROR: space required before the open parenthesis '(' > gpio/gpio-mvebu.c:154: ERROR: space required before the open parenthesis '(' > gpio/gpio-mvebu.c:404: ERROR: space required before the open parenthesis '(' > gpio/gpio-mvebu.c:476: ERROR: "(foo*)" should be "(foo *)" > gpio/gpio-mvebu.c:480: ERROR: "(foo*)" should be "(foo *)" > gpio/gpio-mvebu.c:484: ERROR: "(foo*)" should be "(foo *)" > gpio/gpio-mvebu.c:512: ERROR: space prohibited after that '!' (ctx:BxW) > gpio/gpio-mvebu.c:518: ERROR: space prohibited after that '!' (ctx:BxW) > gpio/gpio-mvebu.c:518: ERROR: space required before the open brace '{' > gpio/gpio-mvebu.c:563: ERROR: space prohibited after that '!' (ctx:BxW) > gpio/gpio-mvebu.c:570: ERROR: trailing whitespace > gpio/gpio-mvebu.c:577: ERROR: space required before the open parenthesis '(' > gpio/gpio-mvebu.c:635: ERROR: space prohibited after that '!' (ctx:BxW) > > Signed-off-by: Laurent Navet Patch applied. Thanks! Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/