lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 27 Jan 2010 12:07:01 -0600
From:	Joel Schopp <jschopp@...tin.ibm.com>
To:	Stefani Seibold <stefani@...bold.net>
CC:	linux-kernel <linux-kernel@...r.kernel.org>,
	Andrew Morton <akpm@...ux-foundation.org>, apw@...onical.com,
	davej@...hat.com
Subject: Re: [PATCH] checkpatch.pl: remove the 80 charactes punch card limit


> The time of 80 characters punch card and terminals are over, so i would
> be a good thing to set the line length limit to 120. Every display today
> should be able handle this. 
>   
Nack.

While the origins of 80 character lines dates back to punchcards there 
is a reason it has survived the test of time.  Lines that go longer are 
hard to comprehend.  Either they are long themselves, in which case 
breaking them up into smaller chunks on multiple lines helps 
readability, or they are starting from deep indentation, in which case 
the function should be refactored or broken up so the logic is more 
digestable. 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ