Skip to content

Commit db30233

Browse files
rddunlapij-intel
authored andcommitted
platform/x86: intel-uncore-freq: fix all header kernel-doc warnings
In file uncore-frequency/uncore-frequency-common.h, correct all kernel-doc warnings by adding missing leading " *" to some lines, adding a missing kernel-doc entry, and fixing a name typo. Warning: uncore-frequency-common.h:50 bad line: Storage for kobject attribute elc_low_threshold_percent Warning: uncore-frequency-common.h:52 bad line: Storage for kobject attribute elc_high_threshold_percent Warning: uncore-frequency-common.h:54 bad line: Storage for kobject attribute elc_high_threshold_enable Warning: uncore-frequency-common.h:92 struct member 'min_freq_khz_kobj_attr' not described in 'uncore_data' Warning: uncore-frequency-common.h:92 struct member 'die_id_kobj_attr' not described in 'uncore_data' Fixes: 24b6616 ("platform/x86/intel-uncore-freq: Add efficiency latency control to sysfs interface") Fixes: 416de02 ("platform/x86: intel-uncore-freq: Fix types in sysfs callbacks") Fixes: 247b43f ("platform/x86/intel-uncore-freq: Add attributes to show die_id") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Link: https://patch.msgid.link/20251111060938.1998542-1-rdunlap@infradead.org Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent 444a925 commit db30233

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

drivers/platform/x86/intel/uncore-frequency/uncore-frequency-common.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,22 @@
4040
* @agent_type_mask: Bit mask of all hardware agents for this domain
4141
* @uncore_attr_group: Attribute group storage
4242
* @max_freq_khz_kobj_attr: Storage for kobject attribute max_freq_khz
43-
* @mix_freq_khz_kobj_attr: Storage for kobject attribute min_freq_khz
43+
* @min_freq_khz_kobj_attr: Storage for kobject attribute min_freq_khz
4444
* @initial_max_freq_khz_kobj_attr: Storage for kobject attribute initial_max_freq_khz
4545
* @initial_min_freq_khz_kobj_attr: Storage for kobject attribute initial_min_freq_khz
4646
* @current_freq_khz_kobj_attr: Storage for kobject attribute current_freq_khz
4747
* @domain_id_kobj_attr: Storage for kobject attribute domain_id
4848
* @fabric_cluster_id_kobj_attr: Storage for kobject attribute fabric_cluster_id
4949
* @package_id_kobj_attr: Storage for kobject attribute package_id
5050
* @elc_low_threshold_percent_kobj_attr:
51-
Storage for kobject attribute elc_low_threshold_percent
51+
* Storage for kobject attribute elc_low_threshold_percent
5252
* @elc_high_threshold_percent_kobj_attr:
53-
Storage for kobject attribute elc_high_threshold_percent
53+
* Storage for kobject attribute elc_high_threshold_percent
5454
* @elc_high_threshold_enable_kobj_attr:
55-
Storage for kobject attribute elc_high_threshold_enable
55+
* Storage for kobject attribute elc_high_threshold_enable
5656
* @elc_floor_freq_khz_kobj_attr: Storage for kobject attribute elc_floor_freq_khz
5757
* @agent_types_kobj_attr: Storage for kobject attribute agent_type
58+
* @die_id_kobj_attr: Attribute storage for die_id information
5859
* @uncore_attrs: Attribute storage for group creation
5960
*
6061
* This structure is used to encapsulate all data related to uncore sysfs

0 commit comments

Comments
 (0)