mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re: + checkpatch-add-check-for-use-of-sizeof-without-parenthesis.patch added to
@ 2012-07-11  8:14 George Spelvin
  2012-07-11  8:52 ` Linus Torvalds
  0 siblings, 1 reply; 2+ messages in thread
From: George Spelvin @ 2012-07-11  8:14 UTC (permalink / raw)
  To: joe, linux-kernel, rientjes, torvalds; +Cc: linux

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 738 bytes --]

Unser geliebter Führer schreib:
> sizeof without parenthesis is an abomination, and should never be used.

Huh.  I prefer sizeof without parens, like I prefer return without parens.

It actually annoys me when I see someone write

	return(0);

Because it's not a function (our language is too low-level to use
continuation-passing style), it's magic syntax.

Sizeof likewise.  I tend to use "p = malloc(sizeof *p)" a lot.
It just reads more nicely, to my eyes, than "p = malloc(sizeof(*p))".

If I wanted my code to be cluttered with parens, I'd write it in
Lots of Irritating Silly Parenthese.


Certainly, tha paren-less style is all over the kernel.  It's heavily
used in arch/x86/boot, for example.

I guess it's what you're used to.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-11  8:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-11  8:14 + checkpatch-add-check-for-use-of-sizeof-without-parenthesis.patch added to George Spelvin
2012-07-11  8:52 ` Linus Torvalds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®