From: Bjorn Helgaas Date: Sun, 25 Jun 2006 12:49:03 +0000 (-0700) Subject: [PATCH] CCISS: use ARRAY_SIZE without intermediates X-Git-Tag: v2.6.18-rc1~903 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e8621e8bdc2460da516d5f1a5c71d3467ded5d2;p=pandora-kernel.git [PATCH] CCISS: use ARRAY_SIZE without intermediates It's easier to verify loop bounds if the array name is mentioned the for() statement that steps through the array. Signed-off-by: Bjorn Helgaas Acked-by: Jeff Garzik Acked-by: Mike Miller Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed