Re: lots of code could be simplified by using ARRAY_SIZE()

From: Tim Schmielau
Date: Fri Dec 15 2006 - 18:15:57 EST


On Fri, 15 Dec 2006, Robert P. J. Day wrote:
> On Fri, 15 Dec 2006, Jan Engelhardt wrote:
> > Even sizeof a / sizeof *a
> >
> > may happen.
>
> yes, sadly, there are a number of those as well. back to the drawing
> board.

It might be interesting to grep for anything that divides two sizeofs and
eyeball the result for possible mistakes. This would provide some real
benefit beyond the cosmetical changes.

Tim
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/