All of lore.kernel.org
 help / color / mirror / Atom feed
* [krzk-github:n/str-enable-disable 21/36] drivers/hwmon/asus_atk0110.c: linux/string_choices.h is included more than once.
@ 2025-02-13  6:15 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-02-13  6:15 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: oe-kbuild-all

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-02-13  6:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-13  6:15 [krzk-github:n/str-enable-disable 21/36] drivers/hwmon/asus_atk0110.c: linux/string_choices.h is included more than once kernel test robot

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.