All of lore.kernel.org
 help / color / mirror / Atom feed
* [rafael-pm:thermal-core 5/15] checkpatch: ERROR: that open brace { should be on the previous line
@ 2023-10-15  8:15 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-10-15  8:15 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git thermal-core
head:   9c1c13868b8254adfbed8d5aba187e3e1c0b6691
commit: a56cc0a8338523f709892696cc229527617c1316 [5/15] thermal: core: Add function to walk trips under zone lock
reproduce: (https://download.01.org/0day-ci/archive/20231015/202310151616.DfDcXTfc-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/202310151616.DfDcXTfc-lkp@intel.com/

# many are suggestions rather than must-fix

ERROR:OPEN_BRACE: that open brace { should be on the previous line
#29: FILE: drivers/thermal/thermal_trip.c:30:
+int thermal_zone_for_each_trip(struct thermal_zone_device *tz,
+			       int (*cb)(struct thermal_trip *, void *),
+			       void *data)
+{

-- 
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-10-15  8:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-15  8:15 [rafael-pm:thermal-core 5/15] checkpatch: ERROR: that open brace { should be on the previous line 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.