Re: [PATCH 1/2] vhost/scsi: Improve a size determination in four functions
From: Stefan Hajnoczi <hidden>
Date: 2017-05-22 09:37:08
Also in:
kernel-janitors, kvm, lkml, virtualization
From: Stefan Hajnoczi <hidden>
Date: 2017-05-22 09:37:08
Also in:
kernel-janitors, kvm, lkml, virtualization
On Sat, May 20, 2017 at 04:31:13PM +0200, SF Markus Elfring wrote:
From: Markus Elfring <redacted> Date: Sat, 20 May 2017 13:48:44 +0200 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 <redacted> --- drivers/vhost/scsi.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>