All of lore.kernel.org
 help / color / mirror / Atom feed
* [mhiramat:topic/fgraph-multi 3/15] checkpatch: WARNING: braces {} are not necessary for single statement blocks
@ 2023-10-15 16:06 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-10-15 16:06 UTC (permalink / raw)
  To: Steven Rostedt (VMware); +Cc: oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/mhiramat/linux.git topic/fgraph-multi
head:   f89a72328944cb3136c9c44850970a9c8cc7021a
commit: 968afbe745f7ac16f8d0e06ee878dd316647b5fb [3/15] function_graph: Add an array structure that will allow multiple callbacks
reproduce: (https://download.01.org/0day-ci/archive/20231015/202310152349.QIeJwc10-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/202310152349.QIeJwc10-lkp@intel.com/

# many are suggestions rather than must-fix

WARNING:BRACES: braces {} are not necessary for single statement blocks
#104: FILE: kernel/trace/fgraph.c:675:
+		for (i = 0; i < FGRAPH_ARRAY_SIZE; i++) {
+			fgraph_array[i] = &fgraph_stub;
+		}

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [mhiramat:topic/fgraph-multi 3/15] checkpatch: WARNING: braces {} are not necessary for single statement blocks
@ 2023-10-22 16:12 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-10-22 16:12 UTC (permalink / raw)
  To: Steven Rostedt (VMware); +Cc: oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/mhiramat/linux.git topic/fgraph-multi
head:   7b4f1147ab12cc7de50a7a15d6a818b02a0e4fa2
commit: 235c778d489b69addce14b2fd9da088bb6c21156 [3/15] function_graph: Add an array structure that will allow multiple callbacks
reproduce: (https://download.01.org/0day-ci/archive/20231023/202310230045.UQMPTPFZ-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/202310230045.UQMPTPFZ-lkp@intel.com/

# many are suggestions rather than must-fix

WARNING:BRACES: braces {} are not necessary for single statement blocks
#104: FILE: kernel/trace/fgraph.c:675:
+		for (i = 0; i < FGRAPH_ARRAY_SIZE; i++) {
+			fgraph_array[i] = &fgraph_stub;
+		}

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-22 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-22 16:12 [mhiramat:topic/fgraph-multi 3/15] checkpatch: WARNING: braces {} are not necessary for single statement blocks kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2023-10-15 16:06 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.