From: kernel test robot <lkp@intel.com>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [krzk-github:n/str-enable-disable 21/36] drivers/hwmon/asus_atk0110.c: linux/string_choices.h is included more than once.
Date: Thu, 13 Feb 2025 14:15:41 +0800 [thread overview]
Message-ID: <202502131410.fCiqhcla-lkp@intel.com> (raw)
tree: https://github.com/krzk/linux n/str-enable-disable
head: 6c9652f6b59a48e3ffc567fb41acbe262a9b0357
commit: 43fa20da7caf7fabdb52538b959be2d0ca992215 [21/36] hwmon
compiler: clang version 19.1.3 (https://github.com/llvm/llvm-project ab51eccf88f5321e7c60591c5546b254b6afab99)
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/oe-kbuild-all/202502131410.fCiqhcla-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> drivers/hwmon/asus_atk0110.c: linux/string_choices.h is included more than once.
vim +16 drivers/hwmon/asus_atk0110.c
9
10 #include <linux/debugfs.h>
11 #include <linux/kernel.h>
12 #include <linux/hwmon.h>
13 #include <linux/list.h>
14 #include <linux/module.h>
15 #include <linux/slab.h>
> 16 #include <linux/string_choices.h>
17 #include <linux/dmi.h>
18 #include <linux/jiffies.h>
19 #include <linux/err.h>
20 #include <linux/acpi.h>
> 21 #include <linux/string_choices.h>
22
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2025-02-13 6:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202502131410.fCiqhcla-lkp@intel.com \
--to=lkp@intel.com \
--cc=krzk@kernel.org \
--cc=oe-kbuild-all@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.