All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/alternative: fix semicolon.cocci warnings
  2022-01-15 11:38 ` kernel test robot
@ 2022-01-15 11:06   ` kernel test robot
  -1 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2022-01-15 11:06 UTC (permalink / raw)
  To: Peter Zijlstra
  Cc: kbuild-all, linux-kernel, Borislav Petkov, Thomas Gleixner,
	Ingo Molnar, Dave Hansen, x86, H. Peter Anvin, Josh Poimboeuf,
	Juergen Gross, Pavel Skripkin

From: kernel test robot <lkp@intel.com>

arch/x86/kernel/alternative.c:1411:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 26c44b776dba ("x86/alternative: Relax text_poke_bp() constraint")
CC: Peter Zijlstra <peterz@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   a33f5c380c4bd3fa5278d690421b72052456d9fe
commit: 26c44b776dba4ac692a0bf5a3836feb8a63fea6b x86/alternative: Relax text_poke_bp() constraint
:::::: branch date: 5 hours ago
:::::: commit date: 5 weeks ago

 alternative.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/arch/x86/kernel/alternative.c
+++ b/arch/x86/kernel/alternative.c
@@ -1408,7 +1408,7 @@ static void text_poke_loc_init(struct te
 
 	default:
 		BUG_ON(len != insn.length);
-	};
+	}
 
 
 	switch (tp->opcode) {

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

* [PATCH] x86/alternative: fix semicolon.cocci warnings
@ 2022-01-15 11:06   ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2022-01-15 11:06 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1018 bytes --]

From: kernel test robot <lkp@intel.com>

arch/x86/kernel/alternative.c:1411:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 26c44b776dba ("x86/alternative: Relax text_poke_bp() constraint")
CC: Peter Zijlstra <peterz@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   a33f5c380c4bd3fa5278d690421b72052456d9fe
commit: 26c44b776dba4ac692a0bf5a3836feb8a63fea6b x86/alternative: Relax text_poke_bp() constraint
:::::: branch date: 5 hours ago
:::::: commit date: 5 weeks ago

 alternative.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/arch/x86/kernel/alternative.c
+++ b/arch/x86/kernel/alternative.c
@@ -1408,7 +1408,7 @@ static void text_poke_loc_init(struct te
 
 	default:
 		BUG_ON(len != insn.length);
-	};
+	}
 
 
 	switch (tp->opcode) {

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

* arch/x86/kernel/alternative.c:1411:2-3: Unneeded semicolon
@ 2022-01-15 11:38 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2022-01-15 11:38 UTC (permalink / raw)
  To: Peter Zijlstra; +Cc: kbuild-all, linux-kernel, Borislav Petkov

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   a33f5c380c4bd3fa5278d690421b72052456d9fe
commit: 26c44b776dba4ac692a0bf5a3836feb8a63fea6b x86/alternative: Relax text_poke_bp() constraint
date:   5 weeks ago
config: x86_64-randconfig-c002 (https://download.01.org/0day-ci/archive/20220115/202201151903.nIz48hKn-lkp@intel.com/config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


cocci warnings: (new ones prefixed by >>)
>> arch/x86/kernel/alternative.c:1411:2-3: Unneeded semicolon

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

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

* arch/x86/kernel/alternative.c:1411:2-3: Unneeded semicolon
@ 2022-01-15 11:38 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2022-01-15 11:38 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 818 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   a33f5c380c4bd3fa5278d690421b72052456d9fe
commit: 26c44b776dba4ac692a0bf5a3836feb8a63fea6b x86/alternative: Relax text_poke_bp() constraint
date:   5 weeks ago
config: x86_64-randconfig-c002 (https://download.01.org/0day-ci/archive/20220115/202201151903.nIz48hKn-lkp(a)intel.com/config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


cocci warnings: (new ones prefixed by >>)
>> arch/x86/kernel/alternative.c:1411:2-3: Unneeded semicolon

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

end of thread, other threads:[~2022-01-15 11:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-15 11:38 arch/x86/kernel/alternative.c:1411:2-3: Unneeded semicolon kernel test robot
2022-01-15 11:38 ` kernel test robot
2022-01-15 11:06 ` [PATCH] x86/alternative: fix semicolon.cocci warnings kernel test robot
2022-01-15 11: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.