summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_attr.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-05-09 06:32:40 (GMT)
committerJames Bottomley <jbottomley@parallels.com>2011-05-17 07:19:27 (GMT)
commit7630abd0c690e90cea9412846f596fe1565aaa0e (patch)
tree395c8bac6bc936ffb57192ec47a02e16f522d4c7 /drivers/scsi/qla2xxx/qla_attr.c
parent51f52a47527a07e45746b1bac1ab6123892095a0 (diff)
downloadlinux-fsl-qoriq-7630abd0c690e90cea9412846f596fe1565aaa0e.tar.xz
[SCSI] hpsa: Change memset using sizeof(ptr) to sizeof(*ptr)
Not at all sure this is correct or appropriate to change, but this seems odd. Found via coccinelle script @@ type T; T* ptr; expression E1; @@ * memset(E1, 0, sizeof(ptr)); Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Stephen M. Cameron <scameron@beardog.cce.hp.com> Signed-off-by: James Bottomley <jbottomley@parallels.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_attr.c')
0 files changed, 0 insertions, 0 deletions