All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: ti: davinci-mcasp: fix semicolon.cocci warnings
  2019-10-14 21:34 [omap-audio:peter/ti-linux-4.19.y/wip 17/49] sound/soc/ti/davinci-mcasp.c:1875:2-3: Unneeded semicolon kbuild test robot
@ 2019-10-14 21:34 ` kbuild test robot
  0 siblings, 0 replies; 6+ messages in thread
From: kbuild test robot @ 2019-10-14 21:34 UTC (permalink / raw
  To: kbuild-all

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

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

sound/soc/ti/davinci-mcasp.c:1875:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: e83ea5e63b7f ("ASoC: ti: davinci-mcasp: Add support for OMAP4/5 version of McASP")
Signed-off-by: kbuild test robot <lkp@intel.com>
---

tree:   https://github.com/omap-audio/linux-audio peter/ti-linux-4.19.y/wip
head:   d5a2ad54adc75a4f7bacef29a14b684ff139c4bc
commit: e83ea5e63b7f8eb03f65118c1d57040392121c7a [17/49] ASoC: ti: davinci-mcasp: Add support for OMAP4/5 version of McASP

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

--- a/sound/soc/ti/davinci-mcasp.c
+++ b/sound/soc/ti/davinci-mcasp.c
@@ -1872,7 +1872,7 @@ static struct davinci_mcasp_pdata *davin
 		ret = of_property_read_u32(np, "rx-num-evt", &val);
 		if (ret >= 0)
 			pdata->rxnumevt = val;
-	};
+	}
 
 	ret = of_property_read_u32(np, "sram-size-playback", &val);
 	if (ret >= 0)

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

* [PATCH] ASoC: ti: davinci-mcasp: fix semicolon.cocci warnings
  2020-01-12 10:02 [omap-audio:peter/linux-next-wip 120/125] sound/soc/ti/davinci-mcasp.c:1890:2-3: Unneeded semicolon kbuild test robot
@ 2020-01-12 10:02 ` kbuild test robot
  0 siblings, 0 replies; 6+ messages in thread
From: kbuild test robot @ 2020-01-12 10:02 UTC (permalink / raw
  To: kbuild-all

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

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

sound/soc/ti/davinci-mcasp.c:1890:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: 0a10a98bda0e ("ASoC: ti: davinci-mcasp: Add support for OMAP4/5 version of McASP")
Signed-off-by: kbuild test robot <lkp@intel.com>
---

tree:   https://github.com/omap-audio/linux-audio peter/linux-next-wip
head:   f9e7f53509a1c67bd8a99e9573b1aaac6a94ac1b
commit: 0a10a98bda0ecbf4ca1abb6e9e243b0679067d0f [120/125] ASoC: ti: davinci-mcasp: Add support for OMAP4/5 version of McASP

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

--- a/sound/soc/ti/davinci-mcasp.c
+++ b/sound/soc/ti/davinci-mcasp.c
@@ -1887,7 +1887,7 @@ static struct davinci_mcasp_pdata *davin
 		ret = of_property_read_u32(np, "rx-num-evt", &val);
 		if (ret >= 0)
 			pdata->rxnumevt = val;
-	};
+	}
 
 	ret = of_property_read_u32(np, "sram-size-playback", &val);
 	if (ret >= 0)

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

* [PATCH] ASoC: ti: davinci-mcasp: fix semicolon.cocci warnings
  2020-01-29 23:01 [omap-audio:peter/ti-linux-4.19.y/wip 15/49] sound/soc/ti/davinci-mcasp.c:1875:2-3: Unneeded semicolon kbuild test robot
@ 2020-01-29 23:01 ` kbuild test robot
  0 siblings, 0 replies; 6+ messages in thread
From: kbuild test robot @ 2020-01-29 23:01 UTC (permalink / raw
  To: kbuild-all

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

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

sound/soc/ti/davinci-mcasp.c:1875:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: 5319df009094 ("ASoC: ti: davinci-mcasp: Add support for OMAP4/5 version of McASP")
Signed-off-by: kbuild test robot <lkp@intel.com>
---

tree:   https://github.com/omap-audio/linux-audio peter/ti-linux-4.19.y/wip
head:   42c0bbf5ed6a1c9acb241113d4d6a0fa94f15cf8
commit: 5319df00909485a031e13b8d3f5b9d2174d53d6e [15/49] ASoC: ti: davinci-mcasp: Add support for OMAP4/5 version of McASP

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

--- a/sound/soc/ti/davinci-mcasp.c
+++ b/sound/soc/ti/davinci-mcasp.c
@@ -1872,7 +1872,7 @@ static struct davinci_mcasp_pdata *davin
 		ret = of_property_read_u32(np, "rx-num-evt", &val);
 		if (ret >= 0)
 			pdata->rxnumevt = val;
-	};
+	}
 
 	ret = of_property_read_u32(np, "sram-size-playback", &val);
 	if (ret >= 0)

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

* [omap-audio:peter/linux-next-wip 90/98] sound/soc/ti/davinci-mcasp.c:1888:2-3: Unneeded semicolon
@ 2020-03-03  6:34 kbuild test robot
  2020-03-03  6:34 ` [PATCH] ASoC: ti: davinci-mcasp: fix semicolon.cocci warnings kbuild test robot
  0 siblings, 1 reply; 6+ messages in thread
From: kbuild test robot @ 2020-03-03  6:34 UTC (permalink / raw
  To: kbuild-all

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

tree:   https://github.com/omap-audio/linux-audio peter/linux-next-wip
head:   cc27bcbb02baa2c37ca704ad6230fabed8c2324f
commit: 53b43eddab05e710e4f4df48e1bfe7c68ef8f6f4 [90/98] ASoC: ti: davinci-mcasp: Add support for OMAP4/5 version of McASP

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


coccinelle warnings: (new ones prefixed by >>)

>> sound/soc/ti/davinci-mcasp.c:1888: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] 6+ messages in thread

* [PATCH] ASoC: ti: davinci-mcasp: fix semicolon.cocci warnings
  2020-03-03  6:34 [omap-audio:peter/linux-next-wip 90/98] sound/soc/ti/davinci-mcasp.c:1888:2-3: Unneeded semicolon kbuild test robot
@ 2020-03-03  6:34 ` kbuild test robot
  0 siblings, 0 replies; 6+ messages in thread
From: kbuild test robot @ 2020-03-03  6:34 UTC (permalink / raw
  To: kbuild-all

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

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

sound/soc/ti/davinci-mcasp.c:1888:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: 53b43eddab05 ("ASoC: ti: davinci-mcasp: Add support for OMAP4/5 version of McASP")
Signed-off-by: kbuild test robot <lkp@intel.com>
---

tree:   https://github.com/omap-audio/linux-audio peter/linux-next-wip
head:   cc27bcbb02baa2c37ca704ad6230fabed8c2324f
commit: 53b43eddab05e710e4f4df48e1bfe7c68ef8f6f4 [90/98] ASoC: ti: davinci-mcasp: Add support for OMAP4/5 version of McASP

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

--- a/sound/soc/ti/davinci-mcasp.c
+++ b/sound/soc/ti/davinci-mcasp.c
@@ -1885,7 +1885,7 @@ static struct davinci_mcasp_pdata *davin
 		ret = of_property_read_u32(np, "rx-num-evt", &val);
 		if (ret >= 0)
 			pdata->rxnumevt = val;
-	};
+	}
 
 	ret = of_property_read_u32(np, "sram-size-playback", &val);
 	if (ret >= 0)

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

* [PATCH] ASoC: ti: davinci-mcasp: fix semicolon.cocci warnings
  2020-05-09 15:48 [omap-audio:peter/linux-next-wip 78/89] sound/soc/ti/davinci-mcasp.c:1888:2-3: Unneeded semicolon kbuild test robot
@ 2020-05-09 15:48 ` kbuild test robot
  0 siblings, 0 replies; 6+ messages in thread
From: kbuild test robot @ 2020-05-09 15:48 UTC (permalink / raw
  To: kbuild-all

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

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

sound/soc/ti/davinci-mcasp.c:1888:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: 446f194b0dec ("ASoC: ti: davinci-mcasp: Add support for OMAP4/5 version of McASP")
Signed-off-by: kbuild test robot <lkp@intel.com>
---

tree:   https://github.com/omap-audio/linux-audio peter/linux-next-wip
head:   28a4f7200aca92725580b4399cfc33da62c3f676
commit: 446f194b0dec7f52ca9888fc698310bd9914b5a6 [78/89] ASoC: ti: davinci-mcasp: Add support for OMAP4/5 version of McASP

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

--- a/sound/soc/ti/davinci-mcasp.c
+++ b/sound/soc/ti/davinci-mcasp.c
@@ -1885,7 +1885,7 @@ static struct davinci_mcasp_pdata *davin
 		ret = of_property_read_u32(np, "rx-num-evt", &val);
 		if (ret >= 0)
 			pdata->rxnumevt = val;
-	};
+	}
 
 	ret = of_property_read_u32(np, "sram-size-playback", &val);
 	if (ret >= 0)

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

end of thread, other threads:[~2020-05-09 15:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-03  6:34 [omap-audio:peter/linux-next-wip 90/98] sound/soc/ti/davinci-mcasp.c:1888:2-3: Unneeded semicolon kbuild test robot
2020-03-03  6:34 ` [PATCH] ASoC: ti: davinci-mcasp: fix semicolon.cocci warnings kbuild test robot
  -- strict thread matches above, loose matches on Subject: below --
2020-05-09 15:48 [omap-audio:peter/linux-next-wip 78/89] sound/soc/ti/davinci-mcasp.c:1888:2-3: Unneeded semicolon kbuild test robot
2020-05-09 15:48 ` [PATCH] ASoC: ti: davinci-mcasp: fix semicolon.cocci warnings kbuild test robot
2020-01-29 23:01 [omap-audio:peter/ti-linux-4.19.y/wip 15/49] sound/soc/ti/davinci-mcasp.c:1875:2-3: Unneeded semicolon kbuild test robot
2020-01-29 23:01 ` [PATCH] ASoC: ti: davinci-mcasp: fix semicolon.cocci warnings kbuild test robot
2020-01-12 10:02 [omap-audio:peter/linux-next-wip 120/125] sound/soc/ti/davinci-mcasp.c:1890:2-3: Unneeded semicolon kbuild test robot
2020-01-12 10:02 ` [PATCH] ASoC: ti: davinci-mcasp: fix semicolon.cocci warnings kbuild test robot
2019-10-14 21:34 [omap-audio:peter/ti-linux-4.19.y/wip 17/49] sound/soc/ti/davinci-mcasp.c:1875:2-3: Unneeded semicolon kbuild test robot
2019-10-14 21:34 ` [PATCH] ASoC: ti: davinci-mcasp: fix semicolon.cocci warnings kbuild 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.