All of lore.kernel.org
 help / color / mirror / Atom feed
* [stffrdhrn:starfive-bad-dcache-flush 5/39] drivers/hwmon/sfctmp.c:132:5: warning: no previous prototype for 'temp_sensor_deinit'
@ 2021-05-22 13:39 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-05-22 13:39 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1646 bytes --]

tree:   https://github.com/stffrdhrn/linux.git starfive-bad-dcache-flush
head:   a5c948a9cc2b8944f00056c067fb7bde19b34843
commit: 57954b0b0dce53804d072cca75ec36f7c2320c3a [5/39] drivers/hwmon: Add tempsensor hwmon driver for Starfive VIC7100
config: arc-allyesconfig (attached as .config)
compiler: arceb-elf-gcc (GCC) 9.3.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://github.com/stffrdhrn/linux/commit/57954b0b0dce53804d072cca75ec36f7c2320c3a
        git remote add stffrdhrn https://github.com/stffrdhrn/linux.git
        git fetch --no-tags stffrdhrn starfive-bad-dcache-flush
        git checkout 57954b0b0dce53804d072cca75ec36f7c2320c3a
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arc 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> drivers/hwmon/sfctmp.c:132:5: warning: no previous prototype for 'temp_sensor_deinit' [-Wmissing-prototypes]
     132 | int temp_sensor_deinit(struct sfc_temp *sfc_temp)
         |     ^~~~~~~~~~~~~~~~~~


vim +/temp_sensor_deinit +132 drivers/hwmon/sfctmp.c

   131	
 > 132	int temp_sensor_deinit(struct sfc_temp *sfc_temp)
   133	{
   134		temp_sensor_power_down(sfc_temp);
   135		return 0;
   136	}
   137	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 68150 bytes --]

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

only message in thread, other threads:[~2021-05-22 13:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-22 13:39 [stffrdhrn:starfive-bad-dcache-flush 5/39] drivers/hwmon/sfctmp.c:132:5: warning: no previous prototype for 'temp_sensor_deinit' 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.