Skip to content

Commit 34adbcb

Browse files
Lee Jonesvireshk
authored andcommitted
cpufreq: sti-cpufreq: Fix some formatting and misspelling issues
Kerneldoc format for attribute descriptions should be '@.*: '. Fixes the following W=1 kernel build warning(s): drivers/cpufreq/sti-cpufreq.c:49: warning: cannot understand function prototype: 'struct sti_cpufreq_ddata ' Signed-off-by: Lee Jones <lee.jones@linaro.org> Cc: Patrice Chotard <patrice.chotard@st.com> Cc: Pal Singh <ajitpal.singh@st.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent 02fd918 commit 34adbcb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

drivers/cpufreq/sti-cpufreq.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ enum {
4040
};
4141

4242
/**
43-
* ST CPUFreq Driver Data
43+
* struct sti_cpufreq_ddata - ST CPUFreq Driver Data
4444
*
45-
* @cpu_node CPU's OF node
46-
* @syscfg_eng Engineering Syscon register map
47-
* @regmap Syscon register map
45+
* @cpu: CPU's OF node
46+
* @syscfg_eng: Engineering Syscon register map
47+
* @syscfg: Syscon register map
4848
*/
4949
static struct sti_cpufreq_ddata {
5050
struct device *cpu;

0 commit comments

Comments
 (0)