All of lore.kernel.org
 help / color / mirror / Atom feed
* [driver-core:class_cleanup 105/105] drivers/char/xilinx_hwicap/xilinx_hwicap.c:117:15: error: expected '=' before string constant
@ 2023-03-31  4:55 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-03-31  4:55 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: oe-kbuild-all, devel

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git class_cleanup
head:   b21f747c419ca7d3910446cf21f23fd4cdfad597
commit: b21f747c419ca7d3910446cf21f23fd4cdfad597 [105/105] driver core: convert class_create() to class_register()
config: microblaze-randconfig-r031-20230329 (https://download.01.org/0day-ci/archive/20230331/202303311216.GZ7eEB7w-lkp@intel.com/config)
compiler: microblaze-linux-gcc (GCC) 12.1.0
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
        # https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/commit/?id=b21f747c419ca7d3910446cf21f23fd4cdfad597
        git remote add driver-core https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
        git fetch --no-tags driver-core class_cleanup
        git checkout b21f747c419ca7d3910446cf21f23fd4cdfad597
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=microblaze olddefconfig
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=microblaze SHELL=/bin/bash drivers/char/xilinx_hwicap/

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202303311216.GZ7eEB7w-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/char/xilinx_hwicap/xilinx_hwicap.c:117:15: error: expected '=' before string constant
     117 |         .name "xilinx_config",
         |               ^~~~~~~~~~~~~~~


vim +117 drivers/char/xilinx_hwicap/xilinx_hwicap.c

   115	
   116	static const struct class icap_class = {
 > 117		.name "xilinx_config",
   118	};
   119	

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

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

only message in thread, other threads:[~2023-03-31  4:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-31  4:55 [driver-core:class_cleanup 105/105] drivers/char/xilinx_hwicap/xilinx_hwicap.c:117:15: error: expected '=' before string constant 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.