Re: [PATCH] ASoC: fsl_xcvr: Remove unneeded semicolon

2021-05-11 Thread Mark Brown
On Thu, 6 May 2021 10:24:52 +0800, Wan Jiabing wrote: > Fix the following coccicheck warning: > > ./sound/soc/fsl/fsl_xcvr.c:739:2-3: Unneeded semicolon Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: fsl_xcvr: Remove unneeded semico

Re: [PATCH] ASoC: fsl_xcvr: Remove unneeded semicolon

2021-05-05 Thread Shengjiu Wang
On Thu, May 6, 2021 at 10:26 AM Wan Jiabing wrote: > > Fix the following coccicheck warning: > > ./sound/soc/fsl/fsl_xcvr.c:739:2-3: Unneeded semicolon > > Signed-off-by: Wan Jiabing Acked-by: Shengjiu Wang > --- > sound/soc/fsl/fsl_xcvr.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(

[PATCH] ASoC: fsl_xcvr: Remove unneeded semicolon

2021-05-05 Thread Wan Jiabing
Fix the following coccicheck warning: ./sound/soc/fsl/fsl_xcvr.c:739:2-3: Unneeded semicolon Signed-off-by: Wan Jiabing --- 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..df7c18

Re: [PATCH] ASoC: fsl_xcvr: remove unneeded semicolon

2021-02-01 Thread Shengjiu Wang
On Mon, Feb 1, 2021 at 4:08 PM Yang Li wrote: > > Eliminate the following coccicheck warning: > ./sound/soc/fsl/fsl_xcvr.c:739:2-3: Unneeded semicolon > > Reported-by: Abaci Robot > Signed-off-by: Yang Li Acked-by: Shengjiu Wang

[PATCH] ASoC: fsl_xcvr: remove unneeded semicolon

2021-02-01 Thread Yang Li
Eliminate the following coccicheck warning: ./sound/soc/fsl/fsl_xcvr.c:739:2-3: Unneeded semicolon Reported-by: Abaci Robot Signed-off-by: Yang Li --- 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