From: Tobias Klauser Date: Sun, 11 Dec 2005 15:20:08 +0000 (+0100) Subject: [PATCH] USB: Use ARRAY_SIZE macro X-Git-Tag: v2.6.16-rc1~474^2~22^2~10^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52950ed40dc97456209979af1d8f51b63cf6dcab;p=pandora-kernel.git [PATCH] USB: Use ARRAY_SIZE macro Use ARRAY_SIZE macro instead of sizeof(x)/sizeof(x[0]) and remove duplicates of ARRAY_SIZE. Some trailing whitespaces are also removed. Patch is compile-tested on i386. Signed-off-by: Tobias Klauser Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed