summaryrefslogtreecommitdiffstats
path: root/drivers/message
diff options
context:
space:
mode:
authorJulia Lawall2011-09-16 08:57:34 +0200
committerJames Bottomley2011-09-22 13:13:12 +0200
commit96a99501d6ba0292ea7bd96846053091fc20776c (patch)
treecccae7f7a2554c6649f77c32e1e102804bc53c8d /drivers/message
parent[SCSI] bnx2fc: Add driver documentation (diff)
downloadkernel-qcow2-linux-96a99501d6ba0292ea7bd96846053091fc20776c.tar.gz
kernel-qcow2-linux-96a99501d6ba0292ea7bd96846053091fc20776c.tar.xz
kernel-qcow2-linux-96a99501d6ba0292ea7bd96846053091fc20776c.zip
[SCSI] mpt2sas: take size of pointed value, not pointer
Sizeof a pointer-typed expression returns the size of the pointer, not that of the pointed data. The semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression *e; type T; identifier f; @@ f(...,(T)e,..., -sizeof(e) +sizeof(*e) ,...) // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/message')
0 files changed, 0 insertions, 0 deletions