commit | 52950ed40dc97456209979af1d8f51b63cf6dcab | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@nuerscht.ch> | Sun Dec 11 16:20:08 2005 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 04 13:51:43 2006 -0800 |
tree | 527fb1a339889b3df9d227b1c17f87bc487f397f | |
parent | f3d34ed48c80903544b509031fee64838d29f35f [diff] |
[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 <tklauser@nuerscht.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>