git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8104a9a
)
[PATCH] i2c: Use ARRAY_SIZE macro
author
Tobias Klauser
<tklauser@nuerscht.ch>
Mon, 9 Jan 2006 22:19:51 +0000
(23:19 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 6 Feb 2006 20:02:15 +0000
(12:02 -0800)
Use ARRAY_SIZE macro instead of sizeof(x)/sizeof(x[0]). Some trailing
whitespaces are also removed.
Signed-off-by: Tobias Klauser <tklauser@nuerscht.ch>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found