diff mbox

ASoC: tegra: Add blank line after declarations

Message ID 1488049157-6535-1-git-send-email-codrut.cristian.grosu@gmail.com
State Accepted
Headers show

Commit Message

Codrut Grosu Feb. 25, 2017, 6:59 p.m. UTC
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(+)

1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Thierry Reding Feb. 27, 2017, 7:27 a.m. UTC | #1
On Sat, Feb 25, 2017 at 08:59:17PM +0200, Codrut Grosu wrote:
> 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(+)

Acked-by: Thierry Reding <treding@nvidia.com>
diff mbox

Patch

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;
 }