From: Ingo Molnar <mingo@kernel.org>
To: David Miller <davem@davemloft.net>
Cc: joe@perches.com, linux-kernel@vger.kernel.org,
akpm@linux-foundation.org, torvalds@linux-foundation.org,
apw@canonical.com
Subject: Re: Please fix or revert: [PATCH] checkpatch: add --strict tests for braces, comments and casts
Date: Mon, 16 Apr 2012 22:26:54 +0200 [thread overview]
Message-ID: <20120416202654.GA4678@gmail.com> (raw)
In-Reply-To: <20120416.142728.864894452301706752.davem@davemloft.net>
* David Miller <davem@davemloft.net> wrote:
> From: Ingo Molnar <mingo@kernel.org>
> Date: Mon, 16 Apr 2012 11:17:20 +0200
>
> >
> > This recent checkpatch commit, added in v3.4-rc1:
> >
> > aad4f6149831 checkpatch: add --strict tests for braces, comments and casts
> >
> > made the default checkpatch run complain about the following
> > perfectly fine multi-line comment block:
> >
> > + rdp->qlen_lazy = 0;
> > + rdp->qlen = 0;
> > +
> > + /*
> > + * Adopt all callbacks. The outgoing CPU was in no shape
> > + * to advance them, so make them all go through a full
> > + * grace period.
> > + */
> > + *receive_rdp->nxttail[RCU_NEXT_TAIL] = rdp->nxtlist;
> >
>
> I would like to formally propose that we change CodingStyle so that
> our comments are of the form:
>
> /* XXX
> * YYY
> */
>
> So that we can save one line of vertical space.
>
> We've adopted this all across the networking, and the code
> looks a lot nicer as well as allowing more actual code onto a
> single window of text.
Sigh, this is sad for two reasons:
1) It's butt ugly and it violates every basic principle of
typography. Saving a line is often counter-productive, a
well placed whitespace (vertical or horizontal) will often
increase readability. Key is good balance.
If you don't "see" it as ugly it's simply because your brain
is not wired up to see 3D/2D geometry as a significant
source of information. A significant portion (I'd
guesstimate a narrow majority) of kernel hackers *does* see
2D/3D layout details in code and finds inconsistencies in
them counterproductive.
( It's roughly the same distinction that makes some people
love the typographic layout of the iPhone/iPad while
others consider it unnecessary bling. )
2) Even if it was proper typography (which it isnt), we have
Documentation/CodingStyle for damn good reasons: so that
people see a uniform style of code across the kernel. The
taste set out there is sometimes arbitrary in its details,
but one thing is certainly worse than arbitrary style rules:
*random*, inconsistent rules, because that only adds noise.
Thanks,
Ingo
next prev parent reply other threads:[~2012-04-16 20:27 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-16 9:17 Please fix or revert: [PATCH] checkpatch: add --strict tests for braces, comments and casts Ingo Molnar
2012-04-16 18:27 ` David Miller
2012-04-16 19:09 ` Linus Torvalds
2012-04-16 19:13 ` David Miller
2012-04-16 20:26 ` Ingo Molnar [this message]
2012-04-16 20:34 ` Joe Perches
2012-04-16 20:34 ` Ingo Molnar
2012-04-16 21:00 ` David Miller
2012-04-17 3:30 ` Steven Rostedt
2012-04-25 8:33 ` Ingo Molnar
2012-04-16 20:58 ` David Miller
2012-04-25 8:42 ` Ingo Molnar
2012-04-16 19:44 ` Randy Dunlap
2012-04-16 19:32 ` [PATCH] checkpatch: revert --strict test for net/ and drivers/net block comment style Joe Perches
2012-04-16 19:35 ` Joe Perches
2012-04-16 20:28 ` Ingo Molnar
2012-04-16 20:33 ` Linus Torvalds
2012-04-17 10:07 ` Ingo Molnar
2012-04-25 22:42 ` Joe Perches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120416202654.GA4678@gmail.com \
--to=mingo@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=apw@canonical.com \
--cc=davem@davemloft.net \
--cc=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox