All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: fsl_xcvr: Remove unneeded semicolon
@ 2021-05-06  2:24 Wan Jiabing
  2021-05-06  2:59   ` Shengjiu Wang
  2021-05-11  8:26   ` Mark Brown
  0 siblings, 2 replies; 12+ messages in thread
From: Wan Jiabing @ 2021-05-06  2:24 UTC (permalink / raw)
  To: Timur Tabi, Nicolin Chen, Xiubo Li, Fabio Estevam, Shengjiu Wang,
	Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	alsa-devel, linuxppc-dev, linux-kernel
  Cc: kael_w, Wan Jiabing

Fix the following coccicheck warning:

./sound/soc/fsl/fsl_xcvr.c:739:2-3: Unneeded semicolon

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
 sound/soc/fsl/fsl_xcvr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/fsl/fsl_xcvr.c b/sound/soc/fsl/fsl_xcvr.c
index 6cb558165848..df7c189d97dd 100644
--- a/sound/soc/fsl/fsl_xcvr.c
+++ b/sound/soc/fsl/fsl_xcvr.c
@@ -736,7 +736,7 @@ static int fsl_xcvr_load_firmware(struct fsl_xcvr *xcvr)
 			/* clean current page, including data memory */
 			memset_io(xcvr->ram_addr, 0, size);
 		}
-	};
+	}
 
 err_firmware:
 	release_firmware(fw);
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [PATCH] ASoC: fsl_xcvr: remove unneeded semicolon
@ 2021-02-01  8:08 ` Yang Li
  0 siblings, 0 replies; 12+ messages in thread
From: Yang Li @ 2021-02-01  8:08 UTC (permalink / raw)
  To: timur
  Cc: nicoleotsuka, Xiubo.Lee, festevam, shengjiu.wang, lgirdwood,
	broonie, perex, tiwai, p.zabel, alsa-devel, linuxppc-dev,
	linux-kernel, Yang Li

Eliminate the following coccicheck warning:
./sound/soc/fsl/fsl_xcvr.c:739:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 sound/soc/fsl/fsl_xcvr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/fsl/fsl_xcvr.c b/sound/soc/fsl/fsl_xcvr.c
index 3d58c88..65b388a 100644
--- a/sound/soc/fsl/fsl_xcvr.c
+++ b/sound/soc/fsl/fsl_xcvr.c
@@ -736,7 +736,7 @@ static int fsl_xcvr_load_firmware(struct fsl_xcvr *xcvr)
 			/* clean current page, including data memory */
 			memset_io(xcvr->ram_addr, 0, size);
 		}
-	};
+	}
 
 err_firmware:
 	release_firmware(fw);
-- 
1.8.3.1


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

end of thread, other threads:[~2021-05-11  8:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-06  2:24 [PATCH] ASoC: fsl_xcvr: Remove unneeded semicolon Wan Jiabing
2021-05-06  2:59 ` Shengjiu Wang
2021-05-06  2:59   ` Shengjiu Wang
2021-05-06  2:59   ` Shengjiu Wang
2021-05-11  8:26 ` Mark Brown
2021-05-11  8:26   ` Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2021-02-01  8:08 [PATCH] ASoC: fsl_xcvr: remove " Yang Li
2021-02-01  8:08 ` Yang Li
2021-02-01  8:08 ` Yang Li
2021-02-02  2:30 ` Shengjiu Wang
2021-02-02  2:30   ` Shengjiu Wang
2021-02-02  2:30   ` Shengjiu Wang

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.