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

From: Linus Torvalds
Date: Thu Dec 17 2009 - 10:38:46 EST




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
--
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/