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 2/2] media: rc: introduce Meson IR blaster driver
Date: Fri, 2 Jul 2021 09:24:55 +0800	[thread overview]
Message-ID: <202107020908.0hyOBqbm-lkp@intel.com> (raw)
In-Reply-To: <20210701215132.16317-3-viktor.prutyanov@phystech.edu>

[-- Attachment #1: Type: text/plain, Size: 1839 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-20210701]
[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/20210702-055205
base:   git://linuxtv.org/media_tree.git master
config: arc-allyesconfig (attached as .config)
compiler: arceb-elf-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/53efbdfa456ffd06aa52fe941890dc1a32963b0b
        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/20210702-055205
        git checkout 53efbdfa456ffd06aa52fe941890dc1a32963b0b
        # 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=arc 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:34: warning: expecting prototype for meson(). Prototype was for DRIVER_NAME() instead


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

    33	
  > 34	#define DRIVER_NAME	"meson-irblaster"
    35	

---
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: 68178 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 2/2] media: rc: introduce Meson IR blaster driver
Date: Fri, 02 Jul 2021 09:24:55 +0800	[thread overview]
Message-ID: <202107020908.0hyOBqbm-lkp@intel.com> (raw)
In-Reply-To: <20210701215132.16317-3-viktor.prutyanov@phystech.edu>

[-- Attachment #1: Type: text/plain, Size: 1883 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-20210701]
[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/20210702-055205
base:   git://linuxtv.org/media_tree.git master
config: arc-allyesconfig (attached as .config)
compiler: arceb-elf-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/53efbdfa456ffd06aa52fe941890dc1a32963b0b
        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/20210702-055205
        git checkout 53efbdfa456ffd06aa52fe941890dc1a32963b0b
        # 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=arc 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:34: warning: expecting prototype for meson(). Prototype was for DRIVER_NAME() instead


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

    33	
  > 34	#define DRIVER_NAME	"meson-irblaster"
    35	

---
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: 68178 bytes --]

  parent reply	other threads:[~2021-07-02  1:25 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-01 21:51 [PATCH 0/2] media: rc: add support for Amlogic Meson IR blaster Viktor Prutyanov
2021-07-01 21:51 ` Viktor Prutyanov
2021-07-01 21:51 ` Viktor Prutyanov
2021-07-01 21:51 ` [PATCH 1/2] media: rc: meson-irblaster: document device tree bindings Viktor Prutyanov
2021-07-01 21:51   ` Viktor Prutyanov
2021-07-01 21:51   ` Viktor Prutyanov
2021-07-02 13:30   ` Martin Blumenstingl
2021-07-02 13:30     ` Martin Blumenstingl
2021-07-02 13:30     ` Martin Blumenstingl
2021-07-02 13:48     ` Neil Armstrong
2021-07-02 13:48       ` Neil Armstrong
2021-07-02 13:48       ` Neil Armstrong
2021-07-01 21:51 ` [PATCH 2/2] media: rc: introduce Meson IR blaster driver Viktor Prutyanov
2021-07-01 21:51   ` Viktor Prutyanov
2021-07-01 21:51   ` Viktor Prutyanov
2021-07-01 22:46   ` Sean Young
2021-07-01 22:46     ` Sean Young
2021-07-01 22:46     ` Sean Young
2021-07-02 16:15     ` Martin Blumenstingl
2021-07-02 16:15       ` Martin Blumenstingl
2021-07-02 16:15       ` Martin Blumenstingl
2021-07-02 20:23       ` Viktor Prutyanov
2021-07-02 20:23         ` Viktor Prutyanov
2021-07-02 20:23         ` Viktor Prutyanov
2021-07-07 14:40     ` Viktor Prutyanov
2021-07-07 14:40       ` Viktor Prutyanov
2021-07-07 14:40       ` Viktor Prutyanov
2021-07-02  1:24   ` kernel test robot [this message]
2021-07-02  1:24     ` kernel test robot
2021-07-02 22:39   ` kernel test robot
2021-07-02 22:39     ` kernel test robot

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=202107020908.0hyOBqbm-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.