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



I've no comments on the actual patch but...

* Mikulas Patocka <mpatocka@xxxxxxxxxx>:
Drop 80-character limit in checkpatch.pl

Serious issues:
===============

(1) The code is hard to edit with common text editors

You mention vi; most distros provide vim these days.

In my .vimrc, I have:

set ai
set si

That helps a bit.

(2) Grepping the code is unreliable

Reviewers (at least in my part of the kernel) have been
requesting that user-visible (and thus developer greppable)
output be combined on one line precisely for this reason.

We've been rejecting patches that unnecessarily break up these
strings at 80 cols.

But some maintainers take output of the script checkpatch.pl
dogmatically, requiring that every new work must pass the
script without a warning.

This is the real problem. And I think the solution is to lobby
your maintainer.

fwiw,
/ac

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



Relevant Pages

  • Re: CMS load module format
    ... There were apparently a number of full-screen CMS ... editors inside IBM, but XEDIT is the one that got picked for VM/SP. ... original cp67/cms edit worked somewhat more like unix sed ... ...
    (bit.listserv.ibm-main)
  • Re: how Fd is Amazon.com!
    ... Or, rather, that all of us are editors. ... I've submitted a correction, but, how could this have happened? ... The book packaging company I did it for, well, I won't trash anyone in ... Book packagers are common with beginning writers and commonly are ...
    (misc.writing)
  • Re: Editing Frontpage
    ... What are the file extensions for the pages in the site that you're opening?? ... One thing you might check is Tools> Options, click the configure Editors tab. ... Microsoft MVP FrontPage ... it let me edit with the tool bar at the bottom ...
    (microsoft.public.frontpage.addins)
  • Re: Sharing partitions between distros
    ... What I was trying to get at was which user common directories I ... can put in a shared ext2 partition which different distributions can ... source files for all distros so that when I choose to access those source ... partition which has my own developer sources and other files. ...
    (comp.os.linux.setup)
  • Re: How to create a shareable image on IA64 using Pascal
    ... There is nothing wrong with "COMMON" areas and shared PSECTs! ... $ edit common.pas ... $ pascal/debug/nooptim prog1 ...
    (comp.os.vms)