[alsa-devel] [PATCH] ASoC: mxs-saif: Removing whitespace before a pointer and its name
Camelia Moise
camelia.moise21 at gmail.com
Sat Feb 25 11:37:18 CET 2017
Signed-off-by: Camelia Moise <camelia.moise21 at gmail.com>
---
sound/soc/mxs/mxs-saif.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/mxs/mxs-saif.c b/sound/soc/mxs/mxs-saif.c
index b42f301..729249a 100644
--- a/sound/soc/mxs/mxs-saif.c
+++ b/sound/soc/mxs/mxs-saif.c
@@ -78,7 +78,7 @@ static int mxs_saif_set_dai_sysclk(struct snd_soc_dai *cpu_dai,
* from its master_id.
* Note that the master could be itself.
*/
-static inline struct mxs_saif *mxs_saif_get_master(struct mxs_saif * saif)
+static inline struct mxs_saif *mxs_saif_get_master(struct mxs_saif *saif)
{
return mxs_saif[saif->master_id];
}
--
2.7.4
More information about the Alsa-devel
mailing list