Fix coding style warnings from checkpatch Signed-off-by: Jerry Snitselaar <dev@xxxxxxxxxxxxxx> --- drivers/scsi/virtio_scsi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/virtio_scsi.c b/drivers/scsi/virtio_scsi.c index 9f2fccc..9248a1e 100644 --- a/drivers/scsi/virtio_scsi.c +++ b/drivers/scsi/virtio_scsi.c @@ -723,7 +723,7 @@ static struct scsi_host_template virtscsi_host_template_multi = { do { \ typeof(((struct virtio_scsi_config *)0)->fld) __val = (val); \ virtio_cwrite(vdev, struct virtio_scsi_config, fld, &__val); \ - } while(0) + } while (0) static void __virtscsi_set_affinity(struct virtio_scsi *vscsi, bool affinity) { @@ -771,7 +771,7 @@ static int virtscsi_cpu_callback(struct notifier_block *nfb, { struct virtio_scsi *vscsi = container_of(nfb, struct virtio_scsi, nb); - switch(action) { + switch (action) { case CPU_ONLINE: case CPU_ONLINE_FROZEN: case CPU_DEAD: -- 2.0.0.rc0 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html