Re: [PATCH 3/8] ASoC: samsung: pcm: fix kernel-doc

2020-07-06 Thread Pierre-Louis Bossart
On 7/3/20 1:47 PM, Sylwester Nawrocki wrote: On 02.07.2020 18:58, Pierre-Louis Bossart wrote: Fix W=1 warnings - missing fields in structure Signed-off-by: Pierre-Louis Bossart --- sound/soc/samsung/pcm.c | 5 + 1 file changed, 5 insertions(+) diff --git a/sound/soc/samsung/pcm.c b/sou

Re: [PATCH 3/8] ASoC: samsung: pcm: fix kernel-doc

2020-07-03 Thread Sylwester Nawrocki
On 02.07.2020 18:58, Pierre-Louis Bossart wrote: > Fix W=1 warnings - missing fields in structure > > Signed-off-by: Pierre-Louis Bossart > --- > sound/soc/samsung/pcm.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/sound/soc/samsung/pcm.c b/sound/soc/samsung/pcm.c > index a5b1a

[PATCH 3/8] ASoC: samsung: pcm: fix kernel-doc

2020-07-02 Thread Pierre-Louis Bossart
Fix W=1 warnings - missing fields in structure Signed-off-by: Pierre-Louis Bossart --- sound/soc/samsung/pcm.c | 5 + 1 file changed, 5 insertions(+) diff --git a/sound/soc/samsung/pcm.c b/sound/soc/samsung/pcm.c index a5b1a12b3496..86eefbc89e9e 100644 --- a/sound/soc/samsung/pcm.c +++ b/so