From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753533AbdBDDc0 (ORCPT ); Fri, 3 Feb 2017 22:32:26 -0500 Received: from mail-pg0-f67.google.com ([74.125.83.67]:32826 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753350AbdBDDcZ (ORCPT ); Fri, 3 Feb 2017 22:32:25 -0500 Date: Sat, 4 Feb 2017 16:31:29 +1300 From: Derek Robson To: kbuild test robot Cc: kbuild-all@01.org, w.d.hubbs@gmail.com, chris@the-brannons.com, kirk@reisers.ca, samuel.thibault@ens-lyon.org, gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, speakup@linux-speakup.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Drivers: staging: speakup: spk_priv.h - style fix Message-ID: <20170204033129.GA28560@bigbird> References: <20170203235641.10306-1-robsonde@gmail.com> <201702041030.DlSmHZWB%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201702041030.DlSmHZWB%fengguang.wu@intel.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 04, 2017 at 10:41:20AM +0800, kbuild test robot wrote: > Hi Derek, > > [auto build test ERROR on staging/staging-testing] > [also build test ERROR on v4.10-rc6 next-20170203] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Derek-Robson/Drivers-staging-speakup-spk_priv-h-style-fix/20170204-080247 > config: i386-allmodconfig (attached as .config) > compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > > All error/warnings (new ones prefixed by >>): > > #define param_check_int(name, p) __param_check(name, p, int) > ^~~~~~~~~~~~~ > include/linux/moduleparam.h:146:2: note: in expansion of macro 'param_check_int' > param_check_##type(name, &(value)); \ > ^~~~~~~~~~~~ > drivers/staging/speakup/speakup_acntsa.c:136:1: note: in expansion of macro 'module_param_named' > module_param_named(ser, synth_acntsa.ser, int, 0444); > ^~~~~~~~~~~~~~~~~~ > include/linux/moduleparam.h:146:36: error: expected declaration specifiers before ';' token > param_check_##type(name, &(value)); \ > ^ > drivers/staging/speakup/speakup_acntsa.c:136:1: note: in expansion of macro 'module_param_named' > module_param_named(ser, synth_acntsa.ser, int, 0444); > ^~~~~~~~~~~~~~~~~~ > include/linux/moduleparam.h:220:20: error: storage class specified for parameter '__param_str_ser' > static const char __param_str_##name[] = prefix #name; \ Can anyone tell me what I did wrong? I don't think it was my patch that broke the build. Thanks