From: Annaliese McDermond Date: Fri, 5 Apr 2019 21:54:30 +0000 (-0700) Subject: ASoC: tlv320aic32x4: Fix spacing X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=daae4c583534a3e20f08701ef6659066ebf60ca7;p=linux.git ASoC: tlv320aic32x4: Fix spacing Fix some cosmetic spacing issues reported by Julia Lawall . Signed-off-by: Annaliese McDermond Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/tlv320aic32x4-clk.c b/sound/soc/codecs/tlv320aic32x4-clk.c index 667ec2c03508b..9e4899eb1d8e8 100644 --- a/sound/soc/codecs/tlv320aic32x4-clk.c +++ b/sound/soc/codecs/tlv320aic32x4-clk.c @@ -165,8 +165,8 @@ static int clk_aic32x4_pll_calc_muldiv(struct clk_aic32x4_pll_muldiv *settings, * of the multiplier. This is because we can't do floating point * math in the kernel. */ - multiplier = (u64) rate * settings->p * 10000; - do_div(multiplier, parent_rate); + multiplier = (u64) rate * settings->p * 10000; + do_div(multiplier, parent_rate); /* * J can't be over 64, so R can scale this.