All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next:master 2659/2910] drivers/hid/hid-lenovo-go-s.c:37: multiple definition of `drvdata'; drivers/hid/hid-lenovo-go.o:drivers/hid/hid-lenovo-go.c:93: first defined here
@ 2026-03-01 16:19 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-03-01 16:19 UTC (permalink / raw)
  To: Derek J. Clark
  Cc: oe-kbuild-all, Jiri Kosina, Mark Pearson, Mario Limonciello

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   3fa5e5702a82d259897bd7e209469bc06368bf31
commit: 4325fdab5dbbfd467df6797e018c9dd0e5c3ae75 [2659/2910] HID: hid-lenovo-go-s: Add Lenovo Legion Go S Series HID Driver
config: loongarch-randconfig-r053-20260301 (https://download.01.org/0day-ci/archive/20260302/202603020036.8Pg1dCMY-lkp@intel.com/config)
compiler: loongarch64-linux-gcc (GCC) 15.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260302/202603020036.8Pg1dCMY-lkp@intel.com/reproduce)

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/202603020036.8Pg1dCMY-lkp@intel.com/

All errors (new ones prefixed by >>):

   loongarch64-linux-ld: drivers/hid/hid-lenovo-go-s.o: in function `.LANCHOR2':
>> drivers/hid/hid-lenovo-go-s.c:37: multiple definition of `drvdata'; drivers/hid/hid-lenovo-go.o:drivers/hid/hid-lenovo-go.c:93: first defined here


vim +37 drivers/hid/hid-lenovo-go-s.c

    31	
    32	struct hid_gos_cfg {
    33		struct delayed_work gos_cfg_setup;
    34		struct completion send_cmd_complete;
    35		struct hid_device *hdev;
    36		struct mutex cfg_mutex; /*ensure single synchronous output report*/
  > 37	} drvdata;
    38	

-- 
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:[~2026-03-01 16:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-01 16:19 [linux-next:master 2659/2910] drivers/hid/hid-lenovo-go-s.c:37: multiple definition of `drvdata'; drivers/hid/hid-lenovo-go.o:drivers/hid/hid-lenovo-go.c:93: first defined here 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.