Re: [PATCH v2] ALSA: pcm: Fix trailing semicolon

2018-01-16 Thread Takashi Iwai
On Tue, 16 Jan 2018 14:26:26 +0100, Luis de Bethencourt wrote: > > The trailing semicolon is an empty statement that does no operation. > Removing it since it doesn't do anything. > > Signed-off-by: Luis de Bethencourt > --- > Changes from v1: > - Fix commit message Applied, thanks. Takashi

[PATCH v2] ALSA: pcm: Fix trailing semicolon

2018-01-16 Thread Luis de Bethencourt
The trailing semicolon is an empty statement that does no operation. Removing it since it doesn't do anything. Signed-off-by: Luis de Bethencourt --- Changes from v1: - Fix commit message sound/core/pcm_native.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/core/pc