All of lore.kernel.org
 help / color / mirror / Atom feed
* [morse:mpam/move_to_fs/v3 4/38] arch/x86/kernel/cpu/resctrl/ctrlmondata.c:215:2-3: Unneeded semicolon
@ 2024-06-15 11:36 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-06-15 11:36 UTC (permalink / raw)
  To: James Morse; +Cc: oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/morse/linux.git mpam/move_to_fs/v3
head:   c2c2ab59fb75c449b144cd5702b509422f44c4d2
commit: 7ac588ffe3e6b239e6550936cfe5fed4dbad8c68 [4/38] x86/resctrl: Use schema type to determine how to parse schema values
config: x86_64-randconfig-104-20240615 (https://download.01.org/0day-ci/archive/20240615/202406151906.6GeEdpB9-lkp@intel.com/config)
compiler: gcc-11 (Ubuntu 11.4.0-4ubuntu1) 11.4.0

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/202406151906.6GeEdpB9-lkp@intel.com/

cocci warnings: (new ones prefixed by >>)
>> arch/x86/kernel/cpu/resctrl/ctrlmondata.c:215:2-3: Unneeded semicolon

vim +215 arch/x86/kernel/cpu/resctrl/ctrlmondata.c

   206	
   207	static ctrlval_parser_t *get_parser(struct rdt_resource *r)
   208	{
   209		switch (r->schema_fmt) {
   210		case RESCTRL_SCHEMA_BITMAP:
   211			return &parse_cbm;
   212		case RESCTRL_SCHEMA_PERCENTAGE:
   213		case RESCTRL_SCHEMA_MBPS:
   214			return &parse_bw;
 > 215		};
   216	
   217		return NULL;
   218	}
   219	

-- 
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:[~2024-06-15 11:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-15 11:36 [morse:mpam/move_to_fs/v3 4/38] arch/x86/kernel/cpu/resctrl/ctrlmondata.c:215:2-3: Unneeded semicolon 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.