[PATCH] virtio-fs: fix semicolon.cocci warnings

From: kbuild test robot
Date: Wed Dec 12 2018 - 11:37:09 EST


From: kbuild test robot <fengguang.wu@xxxxxxxxx>

fs/fuse/virtio_fs.c:88:17-18: Unneeded semicolon


Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 065b4fe69a2b ("virtio-fs: Add VIRTIO_PCI_CAP_SHARED_MEMORY_CFG and utility to find them")
CC: Dr. David Alan Gilbert <dgilbert@xxxxxxxxxx>
Signed-off-by: kbuild test robot <fengguang.wu@xxxxxxxxx>
---

url: https://github.com/0day-ci/linux/commits/Vivek-Goyal/virtio-fs-shared-file-system-for-virtual-machines/20181211-103034
base: https://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-next

virtio_fs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- a/fs/fuse/virtio_fs.c
+++ b/fs/fuse/virtio_fs.c
@@ -85,7 +85,7 @@ static int virtio_pci_find_shm_cap(struc
printk(KERN_ERR "%s: shm cap with bad size offset: %d size: %d\n",
__func__, pos, cap_len);
continue;
- };
+ }

pci_read_config_byte(dev, pos + offsetof(struct virtio_pci_shm_cap,
id),