From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933048AbbCQKva (ORCPT ); Tue, 17 Mar 2015 06:51:30 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:33671 "EHLO mail-we0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753598AbbCQKv0 (ORCPT ); Tue, 17 Mar 2015 06:51:26 -0400 Message-ID: <5508069E.5030706@linaro.org> Date: Tue, 17 Mar 2015 11:49:02 +0100 From: Eric Auger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: kbuild test robot , Antonios Motakis CC: kbuild-all@01.org, Alex Williamson , Baptiste Reynal , kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH vfio] vfio: virqfd_lock can be static References: <201503170713.8J9Z1hon%fengguang.wu@intel.com> <20150316234321.GA24901@lkp-sb04> In-Reply-To: <20150316234321.GA24901@lkp-sb04> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Reviewed-by: Eric Auger On 03/17/2015 12:43 AM, kbuild test robot wrote: > > Signed-off-by: Fengguang Wu > --- > virqfd.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/vfio/virqfd.c b/drivers/vfio/virqfd.c > index 5967899..3d19aaf 100644 > --- a/drivers/vfio/virqfd.c > +++ b/drivers/vfio/virqfd.c > @@ -16,7 +16,7 @@ > #include > > static struct workqueue_struct *vfio_irqfd_cleanup_wq; > -DEFINE_SPINLOCK(virqfd_lock); > +static DEFINE_SPINLOCK(virqfd_lock); > > int __init vfio_virqfd_init(void) > { > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >