OSDN Git Service

vhost/scsi: Improve a size determination in four functions
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 20 May 2017 11:48:44 +0000 (13:48 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 30 Jan 2018 23:47:33 +0000 (01:47 +0200)
commit473f0b15a4c97d398387965b7eb56939543d6091
tree43b2b358a90a7ede715b440031389b289e806497
parent4d32029b8ddb7be4d1699c6d8e1675ff5476d149
vhost/scsi: Improve a size determination in four functions

Replace the specification of four data structures by pointer dereferences
as the parameter for the operator "sizeof" to make the corresponding size
determination a bit safer according to the Linux coding style convention.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/scsi.c