From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com ([192.55.52.136]:45315 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726358AbeLLQhH (ORCPT ); Wed, 12 Dec 2018 11:37:07 -0500 Date: Thu, 13 Dec 2018 00:36:36 +0800 From: kbuild test robot To: Vivek Goyal 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 Subject: [PATCH] virtio-fs: fix semicolon.cocci warnings Message-ID: <20181212163636.GA42062@cairo> References: <20181210171318.16998-17-vgoyal@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181210171318.16998-17-vgoyal@redhat.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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),