All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Viktor Prutyanov <viktor.prutyanov@phystech.edu>,
	sean@mess.org, mchehab@kernel.org, robh+dt@kernel.org,
	khilman@baylibre.com, narmstrong@baylibre.com
Cc: kbuild-all@lists.01.org, jbrunet@baylibre.com,
	martin.blumenstingl@googlemail.com, linux-media@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 2/2] media: rc: introduce Meson IR blaster driver
Date: Sat, 10 Jul 2021 05:32:17 +0800	[thread overview]
Message-ID: <202107100556.eGC2LdhW-lkp@intel.com> (raw)
In-Reply-To: <20210709165753.29353-3-viktor.prutyanov@phystech.edu>

[-- Attachment #1: Type: text/plain, Size: 1888 bytes --]

Hi Viktor,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on linuxtv-media/master]
[also build test WARNING on v5.13 next-20210709]
[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/Viktor-Prutyanov/media-rc-add-support-for-Amlogic-Meson-IR-blaster/20210710-005842
base:   git://linuxtv.org/media_tree.git master
config: m68k-allmodconfig (attached as .config)
compiler: m68k-linux-gcc (GCC) 9.3.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/34b352cca3f642ac8428b92aba7ed7a5e88e36b1
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Viktor-Prutyanov/media-rc-add-support-for-Amlogic-Meson-IR-blaster/20210710-005842
        git checkout 34b352cca3f642ac8428b92aba7ed7a5e88e36b1
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross O=build_dir ARCH=m68k SHELL=/bin/bash drivers/media/rc/

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/media/rc/meson-irblaster.c:22: warning: expecting prototype for meson(). Prototype was for DEVICE_NAME() instead


vim +22 drivers/media/rc/meson-irblaster.c

    21	
  > 22	#define DEVICE_NAME	"Meson IR blaster"
    23	#define DRIVER_NAME	"meson-irblaster"
    24	

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

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 60297 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v3 2/2] media: rc: introduce Meson IR blaster driver
Date: Sat, 10 Jul 2021 05:32:17 +0800	[thread overview]
Message-ID: <202107100556.eGC2LdhW-lkp@intel.com> (raw)
In-Reply-To: <20210709165753.29353-3-viktor.prutyanov@phystech.edu>

[-- Attachment #1: Type: text/plain, Size: 1933 bytes --]

Hi Viktor,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on linuxtv-media/master]
[also build test WARNING on v5.13 next-20210709]
[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/Viktor-Prutyanov/media-rc-add-support-for-Amlogic-Meson-IR-blaster/20210710-005842
base:   git://linuxtv.org/media_tree.git master
config: m68k-allmodconfig (attached as .config)
compiler: m68k-linux-gcc (GCC) 9.3.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/34b352cca3f642ac8428b92aba7ed7a5e88e36b1
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Viktor-Prutyanov/media-rc-add-support-for-Amlogic-Meson-IR-blaster/20210710-005842
        git checkout 34b352cca3f642ac8428b92aba7ed7a5e88e36b1
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross O=build_dir ARCH=m68k SHELL=/bin/bash drivers/media/rc/

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/media/rc/meson-irblaster.c:22: warning: expecting prototype for meson(). Prototype was for DEVICE_NAME() instead


vim +22 drivers/media/rc/meson-irblaster.c

    21	
  > 22	#define DEVICE_NAME	"Meson IR blaster"
    23	#define DRIVER_NAME	"meson-irblaster"
    24	

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

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 60297 bytes --]

  reply	other threads:[~2021-07-09 21:33 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-09 16:57 [PATCH v3 0/2] media: rc: add support for Amlogic Meson IR blaster Viktor Prutyanov
2021-07-09 16:57 ` Viktor Prutyanov
2021-07-09 16:57 ` Viktor Prutyanov
2021-07-09 16:57 ` [PATCH v3 1/2] media: rc: meson-irblaster: document device tree bindings Viktor Prutyanov
2021-07-09 16:57   ` Viktor Prutyanov
2021-07-09 16:57   ` Viktor Prutyanov
2021-07-14 23:23   ` Rob Herring
2021-07-14 23:23     ` Rob Herring
2021-07-14 23:23     ` Rob Herring
2021-07-09 16:57 ` [PATCH v3 2/2] media: rc: introduce Meson IR blaster driver Viktor Prutyanov
2021-07-09 16:57   ` Viktor Prutyanov
2021-07-09 16:57   ` Viktor Prutyanov
2021-07-09 21:32   ` kernel test robot [this message]
2021-07-09 21:32     ` kernel test robot
2021-07-09 22:11   ` Sean Young
2021-07-09 22:11     ` Sean Young
2021-07-09 22:11     ` Sean Young

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=202107100556.eGC2LdhW-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jbrunet@baylibre.com \
    --cc=kbuild-all@lists.01.org \
    --cc=khilman@baylibre.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=mchehab@kernel.org \
    --cc=narmstrong@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=sean@mess.org \
    --cc=viktor.prutyanov@phystech.edu \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.