From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753634AbbCBJlV (ORCPT ); Mon, 2 Mar 2015 04:41:21 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:31353 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750906AbbCBJlT (ORCPT ); Mon, 2 Mar 2015 04:41:19 -0500 Date: Mon, 2 Mar 2015 12:41:05 +0300 From: Dan Carpenter To: kbuild test robot Cc: Tomas Winkler , Greg Kroah-Hartman , Haiyang Zhang , linux-kernel@vger.kernel.org, Nick Meier , kbuild-all@01.org, devel@linuxdriverproject.org Subject: Re: [PATCH char-misc] mei: bus: () can be static Message-ID: <20150302094105.GF5386@mwanda> References: <201503021114.KsEpH21F%fengguang.wu@intel.com> <20150302034923.GA26849@lkp-sb04.lkp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150302034923.GA26849@lkp-sb04.lkp.intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: acsinet22.oracle.com [141.146.126.238] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 02, 2015 at 11:49:23AM +0800, kbuild test robot wrote: > drivers/hv/vmbus_drv.c:51:5: sparse: symbol 'hyperv_panic_event' was not declared. Should it be static? > drivers/hv/vmbus_drv.c:51:5: sparse: symbol 'hyperv_panic_event' was not declared. Should it be static? > drivers/hv/vmbus_drv.c:51:5: sparse: symbol 'hyperv_panic_event' was not declared. Should it be static? > drivers/hv/vmbus_drv.c:51:5: sparse: symbol 'hyperv_panic_event' was not declared. Should it be static? The subject and the patch don't match. regards, dan carpenter