On Mit, 2014-05-14 at 15:07 +0100, Masaru Nomura wrote: > >> Now, I'm cleaning up a file and it has over 100 warnings of line over > >> 80 character issues. As the problem seems to be the same, I may > > > > And you are really sure that is more readable afterwards with the > > additional line breaks? > > Well, my intention is to follow the coding style[1]. Of course. > As far as I understand, we follow this for linux-code readability. > (Of course, I think I shouldn't split/break a line in a bad way though.) > > Chap 2 says: > The limit on the length of lines is 80 columns and this is a strongly > preferred limit. > > Or are there any situations where we ignore over 80 characters? There are maintainers who do not see it that strict. (Probably) no one has problem if one reorganizes 130 character lines. But if a line with just some printk() has 81 characters if doesn't help readability/understandability if it is split just for the sake of the limit. Bernd -- Bernd Petrovitsch Email : bernd@xxxxxxxxxxxxxxxxxxx LUGA : http://www.luga.at -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html