From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="FUd3Z9iu" Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 28957113; Mon, 20 Nov 2023 05:55:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700488543; x=1732024543; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=PXGeN56aD7dUcwoqP9t0zuOvOUE2IgO279u+Pk2aipw=; b=FUd3Z9iuOzb4UHiOlFF+JsPAvECGaG5LfajaAXlQC1poejR8w2ZUBe9I S5jZgXo5G4Y4IqMjXHfW/ksd3YhsrO7dtEbsPgaPbyHuaRa9H+vs4HfWG yGVxswl/Nk/cdKmXwVFtxuIslLapCJwGOdztEzgZ6KUp1aDJ0QLs8RR/0 y7iKllP8Ovprmho6kSf9HF4MwpDov5Rn7ufePEYulEQzS4IFQ/kmIkr+A OVR3eJclHEv8QLCd5ug1rK3xaVQ6LfUWSFPM3/t4oRaexfw3patMeHz7P Bw8udZ8QKxh7ypPjuID4Plja/r90yzMbTKNU5lIe+KTfYKxE+AP2MUvL8 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="4739444" X-IronPort-AV: E=Sophos;i="6.04,213,1695711600"; d="scan'208";a="4739444" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 05:55:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="742733512" X-IronPort-AV: E=Sophos;i="6.04,213,1695711600"; d="scan'208";a="742733512" Received: from lkp-server02.sh.intel.com (HELO b8de5498638e) ([10.239.97.151]) by orsmga006.jf.intel.com with ESMTP; 20 Nov 2023 05:55:40 -0800 Received: from kbuild by b8de5498638e with local (Exim 4.96) (envelope-from ) id 1r54kT-0006VW-1E; Mon, 20 Nov 2023 13:55:37 +0000 Date: Mon, 20 Nov 2023 21:54:05 +0800 From: kernel test robot To: Hiten Chauhan , jmaneyrol@invensense.com, jic23@kernel.org, lars@metafoo.de, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, Hiten Chauhan Subject: Re: [PATCH v2 1/1] Added tilt interrupt support in inv_icm42600 Message-ID: <202311202146.D4gNcBnT-lkp@intel.com> References: <20231116134528.21467-1-hiten.chauhan@siliconsignals.io> Precedence: bulk X-Mailing-List: linux-iio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231116134528.21467-1-hiten.chauhan@siliconsignals.io> Hi Hiten, kernel test robot noticed the following build errors: [auto build test ERROR on jic23-iio/togreg] [also build test ERROR on linus/master v6.7-rc2 next-20231120] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Hiten-Chauhan/Added-tilt-interrupt-support-in-inv_icm42600/20231116-214808 base: https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git togreg patch link: https://lore.kernel.org/r/20231116134528.21467-1-hiten.chauhan%40siliconsignals.io patch subject: [PATCH v2 1/1] Added tilt interrupt support in inv_icm42600 config: i386-randconfig-062-20231120 (https://download.01.org/0day-ci/archive/20231120/202311202146.D4gNcBnT-lkp@intel.com/config) compiler: clang version 16.0.4 (https://github.com/llvm/llvm-project.git ae42196bc493ffe877a7e3dff8be32035dea4d07) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231120/202311202146.D4gNcBnT-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202311202146.D4gNcBnT-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:116:39: error: too many arguments provided to function-like macro invocation static DEVICE_ATTR_RW(tilt_interrupt, 0644, ^ include/linux/device.h:179:9: note: macro 'DEVICE_ATTR_RW' defined here #define DEVICE_ATTR_RW(_name) \ ^ >> drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:116:8: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] static DEVICE_ATTR_RW(tilt_interrupt, 0644, ~~~~~~ ^ int >> drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:120:3: error: use of undeclared identifier 'dev_attr_tilt_interrupt' &dev_attr_tilt_interrupt.attr, ^ 3 errors generated. vim +116 drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c 115 > 116 static DEVICE_ATTR_RW(tilt_interrupt, 0644, 117 tilt_interrupt_show, tilt_interrupt_store); 118 119 static struct attribute *icm42605_attrs[] = { > 120 &dev_attr_tilt_interrupt.attr, 121 NULL, 122 }; 123 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki