public inbox for oe-kbuild@lists.linux.dev
 help / color / mirror / Atom feed
* [bp:timers 1/1] checkpatch: WARNING:MINMAX: min() should probably be min_t(int64_t, delta, dev->max_delta_ns)
@ 2026-04-04 11:35 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-04-04 11:35 UTC (permalink / raw)
  To: oe-kbuild

:::::: 
:::::: Manual check reason: "high confidence checkpatch report"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: "Borislav Petkov (AMD)" <bp@alien8.de>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git timers
head:   032a77941147600009e84ed7b4eeeaf64a241f39
commit: 032a77941147600009e84ed7b4eeeaf64a241f39 [1/1] WIP
:::::: branch date: 21 minutes ago
:::::: commit date: 21 minutes ago
reproduce: (https://download.01.org/0day-ci/archive/20260404/202604041322.xOxRTTUt-lkp@intel.com/reproduce)

# many are suggestions rather than must-fix

WARNING:MINMAX: min() should probably be min_t(int64_t, delta, dev->max_delta_ns)
#111: FILE: kernel/time/clockevents.c:334:
+		delta = min(delta, (int64_t) dev->max_delta_ns);

-- 
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-04-04 11:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-04 11:35 [bp:timers 1/1] checkpatch: WARNING:MINMAX: min() should probably be min_t(int64_t, delta, dev->max_delta_ns) kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox