Re: [PATCH] ASoC: Intel: catpt: remove unneeded semicolon

2021-02-03 Thread Mark Brown
On Mon, 1 Feb 2021 16:01:21 +0800, Yang Li wrote: > Eliminate the following coccicheck warning: > ./sound/soc/intel/catpt/pcm.c:355:2-3: Unneeded semicolon Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: Intel: catpt: remove unneeded

Re: [PATCH] ASoC: Intel: catpt: remove unneeded semicolon

2021-02-02 Thread Cezary Rojewski
On 2021-02-01 10:03 PM, Cezary Rojewski wrote: On 2021-02-01 9:01 AM, Yang Li wrote: Eliminate the following coccicheck warning: ./sound/soc/intel/catpt/pcm.c:355:2-3: Unneeded semicolon Reported-by: Abaci Robot Signed-off-by: Yang Li ---   sound/soc/intel/catpt/pcm.c | 2 +-   1 file changed,

Re: [PATCH] ASoC: Intel: catpt: remove unneeded semicolon

2021-02-01 Thread Cezary Rojewski
On 2021-02-01 9:01 AM, Yang Li wrote: Eliminate the following coccicheck warning: ./sound/soc/intel/catpt/pcm.c:355:2-3: Unneeded semicolon Reported-by: Abaci Robot Signed-off-by: Yang Li --- sound/soc/intel/catpt/pcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sou

[PATCH] ASoC: Intel: catpt: remove unneeded semicolon

2021-02-01 Thread Yang Li
Eliminate the following coccicheck warning: ./sound/soc/intel/catpt/pcm.c:355:2-3: Unneeded semicolon Reported-by: Abaci Robot Signed-off-by: Yang Li --- sound/soc/intel/catpt/pcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/intel/catpt/pcm.c b/sound/soc/intel