clk: sunxi: mod0: improve function-level documentation
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sat, 1 Oct 2016 19:46:24 +0000 (21:46 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 16 Oct 2016 12:31:13 +0000 (14:31 +0200)
Use the actual function name in the function documentation.

Issue detected using Coccinelle (http://coccinelle.lip6.fr/)

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/clk/sunxi/clk-mod0.c

index e54266c..4417ae1 100644 (file)
@@ -24,7 +24,7 @@
 #include "clk-factors.h"
 
 /**
- * sun4i_get_mod0_factors() - calculates m, n factors for MOD0-style clocks
+ * sun4i_a10_get_mod0_factors() - calculates m, n factors for MOD0-style clocks
  * MOD0 rate is calculated as follows
  * rate = (parent_rate >> p) / (m + 1);
  */