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:
9dc399d
)
[SCSI] drivers/scsi: Use ARRAY_SIZE macro
author
Tobias Klauser
<tklauser@nuerscht.ch>
Fri, 9 Jun 2006 05:23:48 +0000
(22:23 -0700)
committer
James Bottomley
<jejb@mulgrave.il.steeleye.com>
Sat, 10 Jun 2006 15:45:30 +0000
(10:45 -0500)
Use ARRAY_SIZE macro instead of sizeof(x)/sizeof(x[0]) and remove
duplicates of the macro.
Signed-off-by: Tobias Klauser <tklauser@nuerscht.ch>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
No differences found