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 <[email protected]> Cc: Patrice Chotard <[email protected]> Cc: Pal Singh <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 02fd918 commit 34adbcb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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)