| To: | Alistair John Strachan <alistair@devzero.co.uk> |
|---|---|
| Subject: | Re: [PATCH] sb1250-duart.c: SB1250 DUART serial support |
| From: | Andrew Morton <akpm@linux-foundation.org> |
| Date: | Thu, 12 Jul 2007 12:31:36 -0700 |
| Cc: | "Maciej W. Rozycki" <macro@linux-mips.org>, Andy Whitcroft <apw@shadowen.org>, Ralf Baechle <ralf@linux-mips.org>, Mark Mason <mason@broadcom.com>, Randy Dunlap <rdunlap@xenotime.net>, Joel Schopp <jschopp@austin.ibm.com>, linux-mips@linux-mips.org, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org |
| In-reply-to: | <200707122015.12078.alistair@devzero.co.uk> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <Pine.LNX.4.64N.0707121745010.3029@blysk.ds.pg.gda.pl> <469669F5.6070906@shadowen.org> <Pine.LNX.4.64N.0707121904211.3029@blysk.ds.pg.gda.pl> <200707122015.12078.alistair@devzero.co.uk> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Thu, 12 Jul 2007 20:15:11 +0100 Alistair John Strachan <alistair@devzero.co.uk> wrote: > On Thursday 12 July 2007 19:16:20 Maciej W. Rozycki wrote: > > On Thu, 12 Jul 2007, Andy Whitcroft wrote: > [snip] > > > WARNING: declaring multiple variables together should be avoided > > > #372: FILE: drivers/serial/sb1250-duart.c:246: > > > + unsigned int mctrl, status; > > > > Well, this is probably superfluous -- why would anyone prefer: > > > > int r0; > > int r1; > > int r2; > > int r3; > > int r4; > > > > to: > > > > int r0, r1, r2, r3, r4; > > > > unconditionally? > > Imagine you're working on a piece of kernel code that has a lot of parallel > churn. Conflicts on lines like "int a,b,c,d;" are more likely to cause Andrew > et al pain, which I guess is the rationale for discouraging it. Conversely, > if the variables are kept separate, diff handles it fine. That, plus the first style leaves room for useful code comments. The lack of which is often a maintainability bug. |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] sb1250-duart.c: SB1250 DUART serial support, Alistair John Strachan |
|---|---|
| Next by Date: | Re: [PATCH] sb1250-duart.c: SB1250 DUART serial support, Andrew Sharp |
| Previous by Thread: | Re: [PATCH] sb1250-duart.c: SB1250 DUART serial support, Alistair John Strachan |
| Next by Thread: | Re: [PATCH] sb1250-duart.c: SB1250 DUART serial support, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |