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(

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