]> git.ipfire.org Git - thirdparty/linux.git/commit
platform/x86/intel/vsec: correct kernel-doc comments
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 16 Dec 2025 06:38:00 +0000 (22:38 -0800)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 22 Dec 2025 14:19:53 +0000 (16:19 +0200)
commit20e20b147cf7cb6780a5b95da2a0e37c52cd1015
treeb4d282f495bbdfa2bf30352afbc9485fa37826a6
parent15dd100349b8526cbdf2de0ce3e72e700eb6c208
platform/x86/intel/vsec: correct kernel-doc comments

Fix kernel-doc warnings in intel_vsec.h to eliminate all kernel-doc
warnings:

Warning: include/linux/intel_vsec.h:92 struct member 'read_telem' not
 described in 'pmt_callbacks'
Warning: include/linux/intel_vsec.h:146 expecting prototype for struct
 intel_sec_device.  Prototype was for struct intel_vsec_device instead
Warning: include/linux/intel_vsec.h:146 struct member 'priv_data_size'
 not described in 'intel_vsec_device'

In struct pmt_callbacks, correct the kernel-doc for @read_telem.
kernel-doc doesn't support documenting callback function parameters,
so drop the '@' signs on those and use "* *" to make them somewhat
readable in the produced documentation output.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20251216063801.2896495-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>
include/linux/intel_vsec.h