commit | fe971071a89c5c5184fc9f3482c7a8e997cf0520 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@nuerscht.ch> | Mon Jan 09 20:54:02 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Jan 10 08:01:56 2006 -0800 |
tree | 74a29e80d5636255f33c750482497a32d8d3491f | |
parent | 3c6bee1d4037a5c569f30d40bd852a57ba250912 [diff] |
[PATCH] drivers/char: Use ARRAY_SIZE macro Use ARRAY_SIZE macro instead of sizeof(x)/sizeof(x[0]) and remove duplicates of ARRAY_SIZE. Signed-off-by: Tobias Klauser <tklauser@nuerscht.ch> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>