From: Stephen Rothwell <[email protected]>
Date: Thu, 19 Jan 2006 17:17:08 +1100
> Documentation/CodingStyle says:
>
> The limit on the length of lines is 80 columns and this is a hard limit.
>
> Statements longer than 80 columns will be broken into sensible chunks.
> Descendants are always substantially shorter than the parent and are placed
> substantially to the right. The same applies to function headers with a long
> argument list. Long strings are as well broken into shorter strings.
I wish there were an exception for function prototypes and definitions.
Why? So grep actually works.
Hmmm, what args does function X take? Let's try this:
bash$ git grep X
Oops, the args went past 80 columns and was split up, so I only
get the first few in the grep output.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]