From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ew0-f214.google.com (mail-ew0-f214.google.com [209.85.219.214]) by ozlabs.org (Postfix) with ESMTP id 23600B7BEF for ; Sat, 9 Jan 2010 06:17:46 +1100 (EST) Received: by ewy6 with SMTP id 6so18804758ewy.9 for ; Fri, 08 Jan 2010 11:17:44 -0800 (PST) MIME-Version: 1.0 Sender: geert.uytterhoeven@gmail.com In-Reply-To: References: <10f740e81001020443h78c615d2l206b99c386600108@mail.gmail.com> Date: Fri, 8 Jan 2010 20:17:43 +0100 Message-ID: <10f740e81001081117s54c5dd9by4cc0490e0c57d67b@mail.gmail.com> Subject: Re: [PATCH 1/2] pmac-zilog: add platform driver From: Geert Uytterhoeven To: Finn Thain Content-Type: text/plain; charset=UTF-8 Cc: linux-m68k@vger.kernel.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, Jan 2, 2010 at 17:39, Finn Thain wrote: > On Sat, 2 Jan 2010, Geert Uytterhoeven wrote: >> On Tue, Nov 17, 2009 at 10:04, Finn Thain wrote: >> BTW, there are a few other minor checkpatch issues with some of the >> other patches in the series, too. > > I ran checkpatch on all those patches before I submitted them. I ignored > some of the complaints about whitespace where I felt that checkpatch got > it wrong (space character following tab character, IIRC). > > checkpatch found lots of mistakes that I did fix, but it can't determine > the most human readable style in all cases, especially where consistency > with the surrounding code is actually more conducive to readability than > strict but sporadic conformance to simple rules would be. It seems your editor adds spaces to lines that are continuations of the previous statement. I fixes them up and applied all your patches to linux-m68k.git. The other warnings were indeed false positives or complains about keeping consistency with the surrounding code. 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