[dm-devel] Re: [PATCH] Drop 80-character limit in checkpatch.pl

Linus Torvalds torvalds at linux-foundation.org
Thu Dec 17 15:37:41 UTC 2009



On Thu, 17 Dec 2009, Bartlomiej Zolnierkiewicz wrote:
> 
> Examples? :)

They're typically things like this:

-			ret = sscanf (buf, "0x%lx - 0x%lx", &start_addr, &end_addr);
+			ret = sscanf(buf, "0x%lx - 0x%lx", &start_addr,
+				&end_addr);

ie a line-break that is just annoying and makes the code harder to read 
rather than easier. 

			Linus




More information about the dm-devel mailing list