From mboxrd@z Thu Jan 1 00:00:00 1970 From: kbuild test robot Subject: [PATCH] virtio-fs: fix semicolon.cocci warnings Date: Thu, 13 Dec 2018 00:36:36 +0800 Message-ID: <20181212163636.GA42062@cairo> References: <20181210171318.16998-17-vgoyal@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kbuild-all@01.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, kvm@vger.kernel.org, vgoyal@redhat.com, miklos@szeredi.hu, stefanha@redhat.com, dgilbert@redhat.com, sweil@redhat.com, swhiteho@redhat.com To: Vivek Goyal Return-path: Content-Disposition: inline In-Reply-To: <20181210171318.16998-17-vgoyal@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org From: kbuild test robot 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 Signed-off-by: kbuild test robot --- 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),