Fix some cosmetic spacing issues reported by Julia Lawall
<julia.lawall@lip6.fr>.
Signed-off-by: Annaliese McDermond <nh6z@nh6z.net>
Signed-off-by: Mark Brown <broonie@kernel.org>
* 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.