diff mbox series

ASoC: Add missing newline at end of file

Message ID 20190617144048.5450-1-geert+renesas@glider.be (mailing list archive)
State New, archived
Headers show
Series ASoC: Add missing newline at end of file | expand

Commit Message

Geert Uytterhoeven June 17, 2019, 2:40 p.m. UTC
"git diff" says:

    \ No newline at end of file

after modifying the files.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 sound/soc/mediatek/common/Makefile | 2 +-
 sound/soc/tegra/Makefile           | 2 +-
 sound/usb/bcd2000/Makefile         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comments

Mark Brown June 17, 2019, 3:13 p.m. UTC | #1
On Mon, Jun 17, 2019 at 04:40:48PM +0200, Geert Uytterhoeven wrote:

>  sound/usb/bcd2000/Makefile         | 2 +-

This isn't ASoC but I'm just going to go ahead and apply it on the basis
that it's trivial and more trouble than it's worth to split or anything
like that.
Geert Uytterhoeven June 18, 2019, 7:23 a.m. UTC | #2
Hi Mark,

On Mon, Jun 17, 2019 at 5:13 PM Mark Brown <broonie@kernel.org> wrote:
> On Mon, Jun 17, 2019 at 04:40:48PM +0200, Geert Uytterhoeven wrote:
>
> >  sound/usb/bcd2000/Makefile         | 2 +-
>
> This isn't ASoC but I'm just going to go ahead and apply it on the basis

You're right, sorry for missing that.

> that it's trivial and more trouble than it's worth to split or anything
> like that.

Thanks!

Gr{oetje,eeting}s,

                        Geert
diff mbox series

Patch

diff --git a/sound/soc/mediatek/common/Makefile b/sound/soc/mediatek/common/Makefile
index 9ab90433a8d7b297..acbe01e9e9286d7a 100644
--- a/sound/soc/mediatek/common/Makefile
+++ b/sound/soc/mediatek/common/Makefile
@@ -3,4 +3,4 @@ 
 snd-soc-mtk-common-objs := mtk-afe-platform-driver.o mtk-afe-fe-dai.o
 obj-$(CONFIG_SND_SOC_MEDIATEK) += snd-soc-mtk-common.o
 
-obj-$(CONFIG_SND_SOC_MTK_BTCVSD) += mtk-btcvsd.o
\ No newline at end of file
+obj-$(CONFIG_SND_SOC_MTK_BTCVSD) += mtk-btcvsd.o
diff --git a/sound/soc/tegra/Makefile b/sound/soc/tegra/Makefile
index 2329b72c93e37807..c84f183919f2f1ab 100644
--- a/sound/soc/tegra/Makefile
+++ b/sound/soc/tegra/Makefile
@@ -37,4 +37,4 @@  obj-$(CONFIG_SND_SOC_TEGRA_WM9712) += snd-soc-tegra-wm9712.o
 obj-$(CONFIG_SND_SOC_TEGRA_TRIMSLICE) += snd-soc-tegra-trimslice.o
 obj-$(CONFIG_SND_SOC_TEGRA_ALC5632) += snd-soc-tegra-alc5632.o
 obj-$(CONFIG_SND_SOC_TEGRA_MAX98090) += snd-soc-tegra-max98090.o
-obj-$(CONFIG_SND_SOC_TEGRA_SGTL5000) += snd-soc-tegra-sgtl5000.o
\ No newline at end of file
+obj-$(CONFIG_SND_SOC_TEGRA_SGTL5000) += snd-soc-tegra-sgtl5000.o
diff --git a/sound/usb/bcd2000/Makefile b/sound/usb/bcd2000/Makefile
index 99546074e5f47ddb..e2d916e24787f963 100644
--- a/sound/usb/bcd2000/Makefile
+++ b/sound/usb/bcd2000/Makefile
@@ -1,4 +1,4 @@ 
 # SPDX-License-Identifier: GPL-2.0-only
 snd-bcd2000-y := bcd2000.o
 
-obj-$(CONFIG_SND_BCD2000) += snd-bcd2000.o
\ No newline at end of file
+obj-$(CONFIG_SND_BCD2000) += snd-bcd2000.o