All of lore.kernel.org
 help / color / mirror / Atom feed
* [android-goldfish:android-3.18 396/653] drivers/clk/clk-s2mps11.c:198:2-3: Unneeded semicolon
@ 2021-03-15 19:29 kernel test robot
  2021-03-15 19:29 ` [PATCH] scripts/dtc: fix semicolon.cocci warnings kernel test robot
  0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2021-03-15 19:29 UTC (permalink / raw)
  To: kbuild-all

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

Hi Lee,

First bad commit (maybe != root cause):

tree:   https://android.googlesource.com/kernel/goldfish android-3.18
head:   c5caa66ccf9b3801561e418a3dfba0c3befc8d00
commit: 8214bf079208b146e63cd0a3ce0ed335a87ce7b3 [396/653] scripts/dtc: Export YYLOC global declaration
config: xtensa-randconfig-c004-20210315 (attached as .config)
compiler: xtensa-linux-gcc (GCC) 9.3.0

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


"coccinelle warnings: (new ones prefixed by >>)"
>> drivers/clk/clk-s2mps11.c:198: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

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 16023 bytes --]

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

* [PATCH] scripts/dtc: fix semicolon.cocci warnings
  2021-03-15 19:29 [android-goldfish:android-3.18 396/653] drivers/clk/clk-s2mps11.c:198:2-3: Unneeded semicolon kernel test robot
@ 2021-03-15 19:29 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-03-15 19:29 UTC (permalink / raw)
  To: kbuild-all

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

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

drivers/clk/clk-s2mps11.c:198:2-3: Unneeded semicolon


 Removes unneeded semicolon.

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

Fixes: 8214bf079208 ("scripts/dtc: Export YYLOC global declaration")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://android.googlesource.com/kernel/goldfish android-3.18
head:   c5caa66ccf9b3801561e418a3dfba0c3befc8d00
commit: 8214bf079208b146e63cd0a3ce0ed335a87ce7b3 [396/653] scripts/dtc: Export YYLOC global declaration

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

--- a/drivers/clk/clk-s2mps11.c
+++ b/drivers/clk/clk-s2mps11.c
@@ -195,7 +195,7 @@ static int s2mps11_clk_probe(struct plat
 	default:
 		dev_err(&pdev->dev, "Invalid device type\n");
 		return -EINVAL;
-	};
+	}
 
 	/* Store clocks of_node in first element of s2mps11_clks array */
 	s2mps11_clks->clk_np = s2mps11_clk_parse_dt(pdev, clks_init);

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

end of thread, other threads:[~2021-03-15 19:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15 19:29 [android-goldfish:android-3.18 396/653] drivers/clk/clk-s2mps11.c:198:2-3: Unneeded semicolon kernel test robot
2021-03-15 19:29 ` [PATCH] scripts/dtc: fix semicolon.cocci warnings 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.