All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild@lists.01.org
Subject: Re: [PATCH 5/7] Input: cy8ctmg110_ts - use endian helpers when converting data on wire
Date: Thu, 03 Jun 2021 16:08:36 +0800	[thread overview]
Message-ID: <202106031614.Tfqw4EGW-lkp@intel.com> (raw)

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

CC: kbuild-all(a)lists.01.org
In-Reply-To: <20210603043726.3793876-5-dmitry.torokhov@gmail.com>
References: <20210603043726.3793876-5-dmitry.torokhov@gmail.com>
TO: Dmitry Torokhov <dmitry.torokhov@gmail.com>
TO: linux-input(a)vger.kernel.org
CC: Linus Walleij <linus.walleij@linaro.org>
CC: linux-kernel(a)vger.kernel.org

Hi Dmitry,

I love your patch! Perhaps something to improve:

[auto build test WARNING on input/next]
[also build test WARNING on hid/for-next linux/master linus/master v5.13-rc4 next-20210602]
[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/Dmitry-Torokhov/Input-cy8ctmg110_ts-rely-on-platform-code-to-supply-interrupt/20210603-123909
base:   https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
:::::: branch date: 3 hours ago
:::::: commit date: 3 hours ago
config: x86_64-randconfig-b001-20210603 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project d8e0ae9a76a62bdc6117630d59bf9967ac9bb4ea)
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
        # install x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        # apt-get install iwyu # include-what-you-use
        # https://github.com/0day-ci/linux/commit/bdee3c29a55263322d71b57338b0bf30c23e6c70
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Dmitry-Torokhov/Input-cy8ctmg110_ts-rely-on-platform-code-to-supply-interrupt/20210603-123909
        git checkout bdee3c29a55263322d71b57338b0bf30c23e6c70
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross C=1 CHECK=iwyu ARCH=x86_64 

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


iwyu warnings: (new ones prefixed by >>)
>> drivers/input/touchscreen/cy8ctmg110_ts.c:19:1: iwyu: warning: superfluous #include <asm/byteorder.h>
   drivers/input/touchscreen/cy8ctmg110_ts.c:17:1: iwyu: warning: superfluous #include <linux/gpio.h>
   drivers/input/touchscreen/cy8ctmg110_ts.c:15:1: iwyu: warning: superfluous #include <linux/io.h>

vim +19 drivers/input/touchscreen/cy8ctmg110_ts.c

bdee3c29a55263 Dmitry Torokhov 2021-06-02 @19  #include <asm/byteorder.h>
60347c194acec7 Samuli Konttila 2010-07-30  20  

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

             reply	other threads:[~2021-06-03  8:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-03  8:08 kernel test robot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-03  4:37 [PATCH 1/7] Input: cy8ctmg110_ts - rely on platform code to supply interrupt Dmitry Torokhov
2021-06-03  4:37 ` [PATCH 5/7] Input: cy8ctmg110_ts - use endian helpers when converting data on wire Dmitry Torokhov
2021-06-04  7:34   ` Linus Walleij

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=202106031614.Tfqw4EGW-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild@lists.01.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 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.