All of lore.kernel.org
 help / color / mirror / Atom feed
* [tglx-devel:timers/pushpull 29/32] kernel/time/timer.c:2209:6: warning: no previous prototype for 'timer_base_is_idle'
@ 2023-12-06  2:25 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-12-06  2:25 UTC (permalink / raw)
  To: Anna-Maria Behnsen; +Cc: oe-kbuild-all

Hi Anna-Maria,

FYI, the error/warning was bisected to this commit, please ignore it if it's irrelevant.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tglx/devel.git timers/pushpull
head:   c5f729902c462bd2f9153641aebe042bbb5f9ede
commit: 2d179dd1eb10c4033f67686598041df429fb9382 [29/32] timers: Introduce function to check timer base is_idle flag
config: i386-buildonly-randconfig-004-20231201 (https://download.01.org/0day-ci/archive/20231206/202312061029.iAzJMftN-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231206/202312061029.iAzJMftN-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/202312061029.iAzJMftN-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> kernel/time/timer.c:2209:6: warning: no previous prototype for 'timer_base_is_idle' [-Wmissing-prototypes]
    2209 | bool timer_base_is_idle(void)
         |      ^~~~~~~~~~~~~~~~~~


vim +/timer_base_is_idle +2209 kernel/time/timer.c

  2203	
  2204	/**
  2205	 * timer_base_is_idle() - Return whether timer base is set idle
  2206	 *
  2207	 * Returns value of local timer base is_idle value.
  2208	 */
> 2209	bool timer_base_is_idle(void)
  2210	{
  2211		return __this_cpu_read(timer_bases[BASE_LOCAL].is_idle);
  2212	}
  2213	

-- 
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:[~2023-12-06  2:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-06  2:25 [tglx-devel:timers/pushpull 29/32] kernel/time/timer.c:2209:6: warning: no previous prototype for 'timer_base_is_idle' 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.