aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic/vop/vop_main.c
diff options
context:
space:
mode:
authorPeng Hao <peng.hao2@zte.com.cn>2019-01-01 18:02:24 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-18 16:34:06 +0100
commit080038cc4575cc0a2e6231f81e12b33da781e14c (patch)
treeefe33328c7c9676e3220b527e2a3863182554247 /drivers/misc/mic/vop/vop_main.c
parentmisc/ics932s401: Add a missing check to i2c_smbus_read_word_data (diff)
downloadlinux-dev-080038cc4575cc0a2e6231f81e12b33da781e14c.tar.xz
linux-dev-080038cc4575cc0a2e6231f81e12b33da781e14c.zip
misc/mic/vop/vop_main : remove unneeded semicolon
Remove unnecessary semicolon in two functions. Signed-off-by: Peng Hao <peng.hao2@zte.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/misc/mic/vop/vop_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/mic/vop/vop_main.c b/drivers/misc/mic/vop/vop_main.c
index 6b212c8b78e7..216e864bb5df 100644
--- a/drivers/misc/mic/vop/vop_main.c
+++ b/drivers/misc/mic/vop/vop_main.c
@@ -226,7 +226,7 @@ static void vop_reset_inform_host(struct virtio_device *dev)
if (ioread8(&dc->host_ack))
break;
msleep(100);
- };
+ }
dev_dbg(_vop_dev(vdev), "%s: retry: %d\n", __func__, retry);
@@ -421,7 +421,7 @@ static int vop_find_vqs(struct virtio_device *dev, unsigned nvqs,
if (!ioread8(&dc->used_address_updated))
break;
msleep(100);
- };
+ }
dev_dbg(_vop_dev(vdev), "%s: retry: %d\n", __func__, retry);
if (!retry) {