ASoC: tegra: Add blank line after declarations
authorCodrut Grosu <codrut.cristian.grosu@gmail.com>
Sat, 25 Feb 2017 18:59:17 +0000 (20:59 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 7 Mar 2017 13:29:51 +0000 (14:29 +0100)
This was reported by checkpatch.pl

Signed-off-by: Codrut GROSU <codrut.cristian.grosu@gmail.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/tegra/tegra20_das.c
sound/soc/tegra/tegra30_ahub.c

index 6d4a2774135e2e547f77847b9993630ebb65ab51..4024e3abbeed0ef1a144017341116bb7d81c81d7 100644 (file)
@@ -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;
 }
index d7494c0e9053324436db887637008afcb7018286..8c10ae7982bad992cc94f60db565ee3791f7bc3a 100644 (file)
@@ -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;
 }