mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ASoC: tegra: Add blank line after declarations
@ 2017-02-25 18:59 Codrut Grosu
  2017-02-27  7:27 ` Thierry Reding
  2017-03-07 13:33 ` Applied "ASoC: tegra: Add blank line after declarations" to the asoc tree Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Codrut Grosu @ 2017-02-25 18:59 UTC (permalink / raw)
  To: perex, tiwai
  Cc: lgirdwood, broonie, swarren, thierry.reding, gnurou,
	Julia.Lawall, nicoleotsuka, alsa-devel, linux-tegra,
	linux-kernel, Codrut Grosu

This was reported by checkpatch.pl

Signed-off-by: Codrut GROSU <codrut.cristian.grosu@gmail.com>
---
 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/soc/tegra/tegra20_das.c
+++ b/sound/soc/tegra/tegra20_das.c
@@ -41,6 +41,7 @@ static inline void tegra20_das_write(u32 reg, u32 val)
 static inline u32 tegra20_das_read(u32 reg)
 {
 	u32 val;
+
 	regmap_read(das->regmap, reg, &val);
 	return val;
 }
diff --git a/sound/soc/tegra/tegra30_ahub.c b/sound/soc/tegra/tegra30_ahub.c
index d7494c0..8c10ae7 100644
--- a/sound/soc/tegra/tegra30_ahub.c
+++ b/sound/soc/tegra/tegra30_ahub.c
@@ -41,6 +41,7 @@ static inline void tegra30_apbif_write(u32 reg, u32 val)
 static inline u32 tegra30_apbif_read(u32 reg)
 {
 	u32 val;
+
 	regmap_read(ahub->regmap_apbif, reg, &val);
 	return val;
 }
1.9.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-07 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-25 18:59 [PATCH] ASoC: tegra: Add blank line after declarations Codrut Grosu
2017-02-27  7:27 ` Thierry Reding
2017-03-07 13:33 ` Applied "ASoC: tegra: Add blank line after declarations" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®