public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Cosmin Tanislav <demonsingur@gmail.com>
Cc: kbuild-all@lists.01.org, cosmin.tanislav@analog.com,
	demonsingur@gmail.com, Lars-Peter Clausen <lars@metafoo.de>,
	Michael Hennerich <Michael.Hennerich@analog.com>,
	Rob Herring <robh+dt@kernel.org>,
	linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 2/2] iio: accel: add ADXL367 driver
Date: Sat, 18 Dec 2021 00:29:33 +0800	[thread overview]
Message-ID: <202112180019.g2mLoEZq-lkp@intel.com> (raw)
In-Reply-To: <20211217114548.1659721-3-cosmin.tanislav@analog.com>

Hi Cosmin,

I love your patch! Perhaps something to improve:

[auto build test WARNING on jic23-iio/togreg]
[also build test WARNING on robh/for-next linus/master v5.16-rc5 next-20211217]
[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]

url:    https://github.com/0day-ci/linux/commits/Cosmin-Tanislav/Add-ADXL367-driver/20211217-194722
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git togreg
config: sh-allmodconfig (https://download.01.org/0day-ci/archive/20211218/202112180019.g2mLoEZq-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 11.2.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/0day-ci/linux/commit/c227f49f87d7be7884f44bfdd422713610cdd29c
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Cosmin-Tanislav/Add-ADXL367-driver/20211217-194722
        git checkout c227f49f87d7be7884f44bfdd422713610cdd29c
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=sh SHELL=/bin/bash drivers/iio/accel/ net/netfilter/

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> drivers/iio/accel/adxl367.c:990:5: warning: no previous prototype for 'adxl367_write_raw_get_fmt' [-Wmissing-prototypes]
     990 | int adxl367_write_raw_get_fmt(struct iio_dev *indio_dev,
         |     ^~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/iio/accel/adxl367.c:212:18: warning: 'adxl367_time_scale_tbl' defined but not used [-Wunused-const-variable=]
     212 | static const int adxl367_time_scale_tbl[] = {
         |                  ^~~~~~~~~~~~~~~~~~~~~~


vim +/adxl367_write_raw_get_fmt +990 drivers/iio/accel/adxl367.c

   989	
 > 990	int adxl367_write_raw_get_fmt(struct iio_dev *indio_dev,
   991				      struct iio_chan_spec const *chan,
   992				      long info)
   993	{
   994		switch (info) {
   995		case IIO_CHAN_INFO_SCALE:
   996			if (chan->type != IIO_ACCEL)
   997				return -EINVAL;
   998	
   999			return IIO_VAL_INT_PLUS_NANO;
  1000		default:
  1001			return IIO_VAL_INT_PLUS_MICRO;
  1002		}
  1003	}
  1004	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

  reply	other threads:[~2021-12-17 16:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-17 11:45 [PATCH v3 0/2] Add ADXL367 driver Cosmin Tanislav
2021-12-17 11:45 ` [PATCH v3 1/2] dt-bindings: iio: accel: add ADXL367 Cosmin Tanislav
2021-12-17 11:45 ` [PATCH v3 2/2] iio: accel: add ADXL367 driver Cosmin Tanislav
2021-12-17 16:29   ` kernel test robot [this message]
2021-12-23 13:01   ` Jonathan Cameron
2021-12-27 13:00     ` Tanislav, Cosmin
2021-12-28 20:58       ` Jonathan Cameron
2022-01-10 22:43         ` Cosmin Tanislav
2022-01-15 17:50           ` Jonathan Cameron
2021-12-17 13:48 ` [PATCH v3 0/2] Add " Cosmin Tanislav

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202112180019.g2mLoEZq-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=Michael.Hennerich@analog.com \
    --cc=cosmin.tanislav@analog.com \
    --cc=demonsingur@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kbuild-all@lists.01.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox