From: Hillf Danton Date: Fri, 11 Feb 2011 22:17:33 +0000 (-0700) Subject: [SCSI] scsi_dh: cosmetic change to sizeof() X-Git-Tag: v2.6.39-rc1~440^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dfeb3157e34315b8ca27d816a79358698a999ac;p=pandora-kernel.git [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 Signed-off-by: Babu Moger Signed-off-by: James Bottomley --- Reading git-diff-tree failed