linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Linux Fbdev development list <linux-fbdev-devel@lists.sourceforge.net>
Cc: Andrew Morton <akpm@osdl.org>, Andy Whitcroft <apw@shadowen.org>
Subject: Re: [PATCH 11/20] cirrusfb: checkpatch.pl cleanup
Date: Mon, 27 Aug 2007 09:15:22 +0200 (CEST)	[thread overview]
Message-ID: <Pine.LNX.4.64.0708270913170.19656@anakin> (raw)
In-Reply-To: <46D18888.10902@gmail.com>

On Sun, 26 Aug 2007, Antonino A. Daplas wrote:
> From: Krzysztof Helt <krzysztof.h1@wp.pl>
> 
> This patch fixes over 850 errors and warnings pointed
> out by the checkpatch.pl script.
> 
> Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
> Signed-off-by: Antonino Daplas <adaplas@gmail.com>
> ---
> 
>  drivers/video/cirrusfb.c | 1788 +++++++++++++++++++++++++---------------------
>  1 files changed, 983 insertions(+), 805 deletions(-)
> 
> diff --git a/drivers/video/cirrusfb.c b/drivers/video/cirrusfb.c
> index 8269d70..4c97c1d 100644
> --- a/drivers/video/cirrusfb.c
> +++ b/drivers/video/cirrusfb.c
> @@ -59,7 +59,7 @@ #include <asm/amigahw.h>
>  #endif
>  #ifdef CONFIG_PPC_PREP
>  #include <asm/machdep.h>
> -#define isPReP (machine_is(prep))
> +#define isPReP(machine_is(prep))
>  #else
>  #define isPReP 0
>  #endif

This chunk is bogus. Probably there should be a tab instead of a space to
silence checkpatch, or checkpatch should become smarter...

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

  reply	other threads:[~2007-08-27  7:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-26 14:04 [PATCH 11/20] cirrusfb: checkpatch.pl cleanup Antonino A. Daplas
2007-08-27  7:15 ` Geert Uytterhoeven [this message]
2007-08-27  8:19   ` [PATCH 11/20] cirrusfb: checkpatch.plcleanup Krzysztof Helt
2007-08-27 17:37   ` [PATCH] cirrusfb: checkpatch.pl cleanup PPC fix Krzysztof Helt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.64.0708270913170.19656@anakin \
    --to=geert@linux-m68k.org \
    --cc=akpm@osdl.org \
    --cc=apw@shadowen.org \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).