
17 Feb
2007
17 Feb
'07
8:20 a.m.
On Saturday 17 February 2007 03:31, Grant Likely wrote:
Here are some comments after a quick review.
And some more...
<snip>
+static u_int32_t * +/****************************************************/ +mmc_cmd(ushort cmd, ulong arg, ushort flags) +/****************************************************/
I'm not so fond of the style putting a comment line between the function name and the return type. I think they should be together. What does everyone else think?
ACK. Very confusing this way.
Best regards, Stefan