Re: [PATCH] Remove the unnecessary semicolons

2016-09-15 Thread Paolo Bonzini
On 19/08/2016 04:03, Zhou Jie wrote: > At the end of funcions, semicolons are unnecessary. So drop them. > > Signed-off-by: Chao Fan > --- > drivers/scsi/virtio_scsi.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git

[PATCH] Remove the unnecessary semicolons

2016-08-19 Thread Chao Fan
From: Vidos Fan At the end of funcions, semicolons are unnecessary. So drop them. Signed-off-by: Vidos Fan --- drivers/scsi/virtio_scsi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/virtio_scsi.c

[PATCH] Remove the unnecessary semicolons

2016-08-18 Thread Zhou Jie
At the end of funcions, semicolons are unnecessary. So drop them. Signed-off-by: Chao Fan --- drivers/scsi/virtio_scsi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/virtio_scsi.c b/drivers/scsi/virtio_scsi.c index