From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753571AbcA3Bfe (ORCPT ); Fri, 29 Jan 2016 20:35:34 -0500 Received: from vms173019pub.verizon.net ([206.46.173.19]:43067 "EHLO vms173019pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751767AbcA3Bfd (ORCPT ); Fri, 29 Jan 2016 20:35:33 -0500 X-Greylist: delayed 3600 seconds by postgrey-1.27 at vger.kernel.org; Fri, 29 Jan 2016 20:35:33 EST X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=btqxfxui c=1 sm=1 tr=0 a=bXmWQgKa9n63w7XTPFb8JQ==:117 a=N659UExz7-8A:10 a=xqWC_Br6kY4A:10 a=7aQ_Q-yQQ-AA:10 a=NEAV23lmAAAA:8 a=i3X5FwGiAAAA:8 a=uAw40bVItoiekBqFMa8A:9 a=pILNOxqGKmIA:10 Reply-to: minyard@acm.org Subject: Re: [PATCH 2/4] dmi: Add a DMI firmware node and handling References: <201601300741.acyNBwIo%fengguang.wu@intel.com> To: kbuild test robot Cc: kbuild-all@01.org, openipmi-developer@lists.sourceforge.net, linux-kernel@vger.kernel.org, Jean Delvare , Andy Lutomirski , Corey Minyard From: Corey Minyard Message-id: <56AC0547.3040205@acm.org> Date: Fri, 29 Jan 2016 18:35:19 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-version: 1.0 In-reply-to: <201601300741.acyNBwIo%fengguang.wu@intel.com> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dang, I've been doing too much Python. I've fixed this, but I guess I'll wait for more comments. -corey On 01/29/2016 05:59 PM, kbuild test robot wrote: > Hi Corey, > > [auto build test ERROR on char-misc/char-misc-testing] > [also build test ERROR on v4.5-rc1 next-20160129] > [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] > > url: https://github.com/0day-ci/linux/commits/minyard-acm-org/dmi-Rework-to-get-IPMI-autoloading-from-DMI-tables/20160130-074830 > config: i386-tinyconfig (attached as .config) > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > > All errors (new ones prefixed by >>): > > In file included from arch/x86/kernel/setup.c:46:0: > include/linux/dmi.h: In function 'is_dmi_fwnode': >>> include/linux/dmi.h:164:1: error: expected ';' before '}' token > } > ^ > > vim +164 include/linux/dmi.h > > 158 static inline const struct dmi_system_id * > 159 dmi_first_match(const struct dmi_system_id *list) { return NULL; } > 160 > 161 static inline bool is_dmi_fwnode(struct fwnode_handle *fwnode) > 162 { > 163 return false > > 164 } > 165 > 166 static inline struct dmi_fwnode *to_dmi_device(struct fwnode_handle *fwnode) > 167 { > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation