[SCSI] scsi_dh: cosmetic change to sizeof()
authorHillf Danton <dhillf@gmail.com>
Fri, 11 Feb 2011 22:17:33 +0000 (15:17 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Sat, 12 Feb 2011 20:13:34 +0000 (14:13 -0600)
commit9dfeb3157e34315b8ca27d816a79358698a999ac
treee60afdfe8e8443003b1a96274a5fadf4325f5a92
parent04b6e153b64471ff43dde82b0122e67cf491f2f5
[SCSI] scsi_dh: cosmetic change to sizeof()

instead of doing sizeof(struct X) it's better to do sizeof(*v) where v
is the variable pointing to struct X.

Signed-off-by: Hillf Danton <dhillf@gmail.com>
Signed-off-by: Babu Moger <babu.moger@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/device_handler/scsi_dh_alua.c
drivers/scsi/device_handler/scsi_dh_emc.c
drivers/scsi/device_handler/scsi_dh_hp_sw.c
drivers/scsi/device_handler/scsi_dh_rdac.c