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:
ef661c5
)
[SCSI] fusion: use ARRAY_SIZE
author
Julia Lawall
<julia@diku.dk>
Sun, 9 Nov 2008 16:55:27 +0000
(17:55 +0100)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Mon, 29 Dec 2008 17:24:17 +0000
(11:24 -0600)
ARRAY_SIZE is more concise to use when the size of an array is divided by
the size of its type or the size of its first element.
Signed-off-by: Julia Lawall <julia@diku.dk>
Acked-by: "Prakash, Sathya" <Sathya.Prakash@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
No differences found