From: Dotan Barak <dotanba@gmail.com>
To: Roland Dreier <rdreier@cisco.com>
Cc: Joe Perches <joe@perches.com>,
LKML <linux-kernel@vger.kernel.org>,
general@lists.openfabrics.org
Subject: Re: [ofa-general] Re: [RFC PATCH] - scripts/CodingStyle_sizeof - standardize sizeof and [PATCH] drivers/infiniband - standardize sizeof(foo)
Date: Tue, 01 Jul 2008 21:21:37 +0200 [thread overview]
Message-ID: <486A83C1.9090803@gmail.com> (raw)
In-Reply-To: <adar6adcwss.fsf@cisco.com>
Roland Dreier wrote:
> This seems like needless churn to me. I personally prefer to see
> "sizeof foo" instead of "sizeof(foo)", since sizeof is not a function,
> and in any case I don't see much value in making this type of trivial
> change.
>
In the IB stack i noticed all of the variations of sizeof:
sizeof foo
or
sizeof(foo)
(and i think that i even saw)
sizeof (foo)
IMHO, Changing all of the instances of "sizeof" from all of the
variations to a unified one can make
the code look a little bit better ...
Dotan
prev parent reply other threads:[~2008-07-01 18:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-01 16:49 [RFC PATCH] - scripts/CodingStyle_sizeof - standardize sizeof and [PATCH] drivers/infiniband - standardize sizeof(foo) Joe Perches
2008-07-01 17:57 ` Roland Dreier
2008-07-01 17:37 ` Joe Perches
2008-07-01 19:21 ` Dotan Barak [this message]
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=486A83C1.9090803@gmail.com \
--to=dotanba@gmail.com \
--cc=general@lists.openfabrics.org \
--cc=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rdreier@cisco.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.