All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: [tobetter:odroid-6.6.y 41/59] drivers/char/aml-gpiomem.c: linux/of.h is included more than once.
Date: Tue, 16 Apr 2024 11:41:31 +0800	[thread overview]
Message-ID: <202404161112.tinPmErL-lkp@intel.com> (raw)

:::::: 
:::::: Manual check reason: "low confidence bisect report"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: Steve Jeong <how2soft@gmail.com>
CC: Dongjin Kim <tobetter@gmail.com>

tree:   https://github.com/tobetter/linux odroid-6.6.y
head:   5aa2a46913f3b979e8694a55b4fd496799428fd6
commit: 5e7a0fcf547e3b4f54e37972019abef8e78192a7 [41/59] ODROID-N2/C4: char: Add /dev/gpiomem device
:::::: branch date: 20 hours ago
:::::: commit date: 5 weeks ago
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)

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 <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202404161112.tinPmErL-lkp@intel.com/

includecheck warnings: (new ones prefixed by >>)
>> drivers/char/aml-gpiomem.c: linux/of.h is included more than once.

vim +49 drivers/char/aml-gpiomem.c

  > 49	#include <linux/of.h>
    50	#include <linux/platform_device.h>
    51	#include <linux/mm.h>
    52	#include <linux/slab.h>
    53	#include <linux/cdev.h>
    54	#include <linux/pagemap.h>
    55	#include <linux/io.h>
  > 56	#include <linux/of.h>
    57	#include <asm/pgtable.h>
    58	#include <asm/io.h>
    59	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <yujie.liu@intel.com>
To: Steve Jeong <how2soft@gmail.com>
Cc: <oe-kbuild-all@lists.linux.dev>, Dongjin Kim <tobetter@gmail.com>
Subject: [tobetter:odroid-6.6.y 41/59] drivers/char/aml-gpiomem.c: linux/of.h is included more than once.
Date: Tue, 16 Apr 2024 14:01:37 +0800	[thread overview]
Message-ID: <202404161112.tinPmErL-lkp@intel.com> (raw)

tree:   https://github.com/tobetter/linux odroid-6.6.y
head:   5aa2a46913f3b979e8694a55b4fd496799428fd6
commit: 5e7a0fcf547e3b4f54e37972019abef8e78192a7 [41/59] ODROID-N2/C4: char: Add /dev/gpiomem device
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)

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 <yujie.liu@intel.com>
| Closes: https://lore.kernel.org/r/202404161112.tinPmErL-lkp@intel.com/

includecheck warnings: (new ones prefixed by >>)
>> drivers/char/aml-gpiomem.c: linux/of.h is included more than once.

vim +49 drivers/char/aml-gpiomem.c

  > 49	#include <linux/of.h>
    50	#include <linux/platform_device.h>
    51	#include <linux/mm.h>
    52	#include <linux/slab.h>
    53	#include <linux/cdev.h>
    54	#include <linux/pagemap.h>
    55	#include <linux/io.h>
  > 56	#include <linux/of.h>
    57	#include <asm/pgtable.h>
    58	#include <asm/io.h>
    59	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


             reply	other threads:[~2024-04-16  3:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-16  3:41 kernel test robot [this message]
2024-04-16  6:01 ` [tobetter:odroid-6.6.y 41/59] drivers/char/aml-gpiomem.c: linux/of.h is included more than once 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=202404161112.tinPmErL-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild@lists.linux.dev \
    /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.