clk: sunxi: mod0: improve function-level documentation

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>
This commit is contained in:
Julia Lawall 2016-10-01 21:46:24 +02:00 коммит произвёл Maxime Ripard
Родитель 1001354ca3
Коммит 35b1fc2cd7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,7 @@
#include "clk-factors.h" #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 * MOD0 rate is calculated as follows
* rate = (parent_rate >> p) / (m + 1); * rate = (parent_rate >> p) / (m + 1);
*/ */