Re: Ideas on column length in kernel "problem"?
- From: Andi Drebes <lists-receive@xxxxxxxxxxxxxxxxxxx>
- Date: Fri, 24 Aug 2007 12:31:52 +0200
Many free (and not-free) mail clients wordwrap. Hushmail wraps atIt happens so often that people send mangled patches that it might be useful
68 (verified), Yahoo has options to wrap at a max of 99, and Gmail
was somewhere around 85-90 as I recall. Not sure on other free /
inexpensive clients.
to create a wiki page or something with the most common email clients and a
sample configuration that prevents them from mangling patches. Maybe somebody
feels like doing so in his / her spare time.
However, several code modules have code lines with column lengthsI think this is also a matter of conding style. Documentation/CodingStyle
well over 80 (the worst I have seen was 211). This prevents people
with "minimal function" email clients (I'm being generous) from
making changes in the area of these long code lines, or from even
submitting fixes for the line length problem in modules themselves.
says:
"The limit on the length of lines is 80 columns and this is a hard limit."
So actually there shouldn't be any line longer than that. Perhaps it would be
nice to create a patches that shorten the lines and to send them to the
kernel-janitors ml.
<snip>
Note -- I am well aware that us 'poor users' could just 'get a realsee above.
email service', and if anyone knows of a free/inexpensive mail
client that will be able to handle the wordwrap requirements for
the current state of the linux tree please advise.
Cheers,
Andi
-
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/
- Follow-Ups:
- Re: Ideas on column length in kernel "problem"?
- From: Alan Cox
- Re: Ideas on column length in kernel "problem"?
- References:
- Ideas on column length in kernel "problem"?
- From: Scott Thompson
- Ideas on column length in kernel "problem"?
- Prev by Date: Re: [PATCH 1/1] cciss: fix error reporting for SG_IO
- Next by Date: Re: [Tech-board-discuss] Re: [Ksummit-2007-discuss] Re: Linux Foundation Technical Advisory Board Elections
- Previous by thread: Re: Ideas on column length in kernel "problem"?
- Next by thread: Re: Ideas on column length in kernel "problem"?
- Index(es):
Relevant Pages
|