On Wed, 26 March 2008 04:48:02 -0700, David Miller wrote:
Sure, I buy that. What I'm arguing here is why we have to be
consistently long instead of consistently short. CodingStyle seems to
be silent on the question. And a quick grep shows that while being in
the minority, I seem to be in a sizeable minority:
joern@Dublin:/usr/src/kernel/logfs$ sgrep ' \*)' .|wc
51687 346050 4213259
joern@Dublin:/usr/src/kernel/logfs$ sgrep '[^ ]\*)' .|wc
5838 33165 472462
What is the reason why (void *)foo is better than (void*)foo? Just that
fact that by random chance one them them became more common in our
codebase and the minority always has to give in?
Jörn
--
A victorious army first wins and then seeks battle.
-- Sun Tzu
--