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:
aaabe31
)
time: Use ARRAY_SIZE macro in timecompare.c
author
Nikitas Angelinas
<nikitasangelinas@googlemail.com>
Wed, 20 Oct 2010 22:57:31 +0000
(15:57 -0700)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 21 Oct 2010 15:30:06 +0000
(17:30 +0200)
Replace sizeof(buffer)/sizeof(buffer[0]) with ARRAY_SIZE(buffer) in
kernel/time/timecompare.c
Signed-off-by: Nikitas Angelinas <nikitasangelinas@googlemail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
No differences found