All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: James Morse <james.morse@arm.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [morse:mpam/move_to_fs/v3 4/38] arch/x86/kernel/cpu/resctrl/ctrlmondata.c:215:2-3: Unneeded semicolon
Date: Sat, 15 Jun 2024 19:36:44 +0800	[thread overview]
Message-ID: <202406151906.6GeEdpB9-lkp@intel.com> (raw)

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

                 reply	other threads:[~2024-06-15 11:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202406151906.6GeEdpB9-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=james.morse@arm.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.