Re: [PATCH 5/5] Staging: comedi: fix warning issue in unioxx5.c

From: Dan Carpenter
Date: Thu Jul 07 2011 - 05:28:17 EST


On Thu, Jul 07, 2011 at 12:28:21PM +0400, Denis Kirjanov wrote:
> I wonder if this patch improves code readability
>

I would like for the line width warning to be removed or that we
would allow longer lines. I don't see a lot of value in it and it's
all to common to see code that does stuff like this:
foo->
bar_fw_baz
[10 + 1
+ 1]
= x;

But I've given up hoping that it will change. People are going to
keep submitting these patches until we merge one of them so we might
as well merge the half way decent one that gets submitted.

regards,
dan carpenter


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/