[PATCH] ASoC: pxa: The open brace is placed with the previous line

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/raumfeld.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sound/soc/pxa/raumfeld.c b/sound/soc/pxa/raumfeld.c index 552b763..47c9173 100644 --- a/sound/soc/pxa/raumfeld.c +++ b/sound/soc

[PATCH] ASoC: pxa-ssp: Line up *s in block comments

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/pxa-ssp.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c index 72a5e87..f3285a6 100644 --- a/sound/soc/pxa/pxa-ssp.c +++ b/sound

[PATCH] ASoC: pxa-ssp: Added blank line after declarations

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/pxa-ssp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c index 3bdace6..72a5e87 100644 --- a/sound/soc/pxa/pxa-ssp.c +++ b/sound/soc/pxa/pxa-ssp.c @@ -355,6

[PATCH] ASoC: pxa: Remove unneeded else after return statement

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/pxa2xx-ac97.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sound/soc/pxa/pxa2xx-ac97.c b/sound/soc/pxa/pxa2xx-ac97.c index 2e2fb18..f49bf02 100644 --- a/sound/soc/pxa/pxa2xx-ac97.c +++ b

[PATCH] ASoC: pxa: Added */ to the next line

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/hx4700.c | 3 ++- sound/soc/pxa/pxa-ssp.c| 3 ++- sound/soc/pxa/pxa2xx-pcm.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sound/soc/pxa/hx4700.c b/sound/soc/pxa/hx4700.c index

[PATCH] ASoC: pxa2xx-i2s: Remove unneeded init of static variable

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/pxa2xx-i2s.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/pxa/pxa2xx-i2s.c b/sound/soc/pxa/pxa2xx-i2s.c index 3fb60ba..744edc6 100644 --- a/sound/soc/pxa/pxa2xx-i2s.c +++ b/sound

[PATCH] ASoC: pxa: Remove unneeded return statement in void function

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/mmp-pcm.c | 1 - sound/soc/pxa/mmp-sspa.c | 1 - 2 files changed, 2 deletions(-) diff --git a/sound/soc/pxa/mmp-pcm.c b/sound/soc/pxa/mmp-pcm.c index 96df9b2..5b5f1a4 100644 --- a/sound/soc/pxa/mmp-pcm.c +++ b

[PATCH] ASoC: pxa: Add space around ':' and '('

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/pxa2xx-i2s.c | 2 +- sound/soc/pxa/tosa.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/pxa/pxa2xx-i2s.c b/sound/soc/pxa/pxa2xx-i2s.c index 0389cf7..27aa0e4 100644 --- a

[PATCH] ASoC: pxa: Remove spaces before tabs

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/pxa2xx-i2s.c | 6 +++--- sound/soc/pxa/pxa2xx-pcm.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sound/soc/pxa/pxa2xx-i2s.c b/sound/soc/pxa/pxa2xx-i2s.c index 27aa0e4..3fb60ba 100644 --- a

[PATCH] ASoC: pxa: Add space around '='

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/e750_wm9705.c| 2 +- sound/soc/pxa/e800_wm9712.c| 2 +- sound/soc/pxa/em-x270.c| 2 +- sound/soc/pxa/mioa701_wm9713.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sound/soc

[PATCH] ASoC: pxa: Remove space before semicolon

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/pxa/spitz.c | 4 ++-- sound/soc/pxa/z2.c| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sound/soc/pxa/spitz.c b/sound/soc/pxa/spitz.c index 07d77cd..d38a2b5 100644 --- a/sound/soc/pxa

[PATCH] SoC: nuc900: Remove space before semicolon

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/nuc900/nuc900-ac97.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/nuc900/nuc900-ac97.c b/sound/soc/nuc900/nuc900-ac97.c index b6615af..1cacfb4 100644 --- a/sound/soc/nuc900/nuc900-ac97

[PATCH] ASoC: sirf: Added blank line after declarations

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut GROSU --- sound/soc/sirf/sirf-audio-port.c | 1 + sound/soc/sirf/sirf-audio.c | 1 + sound/soc/sirf/sirf-usp.c| 3 +++ 3 files changed, 5 insertions(+) diff --git a/sound/soc/sirf/sirf-audio-port.c b/sound/soc/sirf/sirf

[PATCH] ASoC: ux500: Added blank line after declarations

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut GROSU --- sound/soc/ux500/ux500_msp_dai.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/ux500/ux500_msp_dai.c b/sound/soc/ux500/ux500_msp_dai.c index 36e9bb2..ec5152a 100644 --- a/sound/soc/ux500/ux500_msp_dai.c +++ b

[PATCH] ASoC: ux500: Added */ to the next line

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut GROSU --- sound/soc/ux500/ux500_msp_dai.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/soc/ux500/ux500_msp_dai.c b/sound/soc/ux500/ux500_msp_dai.c index b343efd..36e9bb2 100644 --- a/sound/soc/ux500

[PATCH] ASoC: ux500: Remove unuseful break after return

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut GROSU --- sound/soc/ux500/ux500_msp_i2s.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/ux500/ux500_msp_i2s.c b/sound/soc/ux500/ux500_msp_i2s.c index 959d7b4..bd5266a 100644 --- a/sound/soc/ux500/ux500_msp_i2s.c +++ b/sound

[PATCH] ASoC: txx9: Added blank line after declarations

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut GROSU --- sound/soc/txx9/txx9aclc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/txx9/txx9aclc.c b/sound/soc/txx9/txx9aclc.c index 98fb989..7912bf0 100644 --- a/sound/soc/txx9/txx9aclc.c +++ b/sound/soc/txx9/txx9aclc.c

[PATCH] ASoC: tegra: Add blank line after declarations

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut GROSU --- sound/soc/tegra/tegra20_das.c | 1 + sound/soc/tegra/tegra30_ahub.c | 1 + 2 files changed, 2 insertions(+) diff --git a/sound/soc/tegra/tegra20_das.c b/sound/soc/tegra/tegra20_das.c index 6d4a277..4024e3a 100644 --- a/sound

[PATCH] ASoC: tegra: Remove unnecessary 'Block comments should align the * on each line' message

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu --- sound/soc/tegra/tegra_alc5632.c | 2 +- sound/soc/tegra/tegra_rt5640.c | 2 +- sound/soc/tegra/tegra_rt5677.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/soc/tegra/tegra_alc5632.c b/sound/soc

[PATCH] ASoC: tegra: Remove unnecessary 'out of memory' message

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut GROSU --- sound/soc/tegra/tegra20_ac97.c | 1 - sound/soc/tegra/tegra20_das.c| 1 - sound/soc/tegra/tegra20_i2s.c| 1 - sound/soc/tegra/tegra20_spdif.c | 5 ++--- sound/soc/tegra/tegra30_ahub.c | 4 +--- sound/soc/tegra

[PATCH] ASoC: sun4i-codec: Remove spaces before tabs.

2017-02-25 Thread Codrut Grosu
This was reported by checkpatch.pl Signed-off-by: Codrut GROSU --- sound/soc/sunxi/sun4i-codec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/sunxi/sun4i-codec.c b/sound/soc/sunxi/sun4i-codec.c index c3aab10..7ba6849 100644 --- a/sound/soc/sunxi/sun4i

[PATCH] ASoC: txx9: Added requiered spaces.

2017-02-25 Thread Codrut Grosu
This was reported by checpatch.pl Signed-off-by: Codrut GROSU --- sound/soc/txx9/txx9aclc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/txx9/txx9aclc.c b/sound/soc/txx9/txx9aclc.c index a8f705b..98fb989 100644 --- a/sound/soc/txx9/txx9aclc.c +++ b/sound/soc