summaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
authorJithu Joseph <jithu.joseph@intel.com>2022-12-02 21:24:45 -0800
committerBorislav Petkov (AMD) <bp@alien8.de>2022-12-03 11:16:16 +0100
commit09265345cc8900cd0bf10c2ff98e51b495b2c5b2 (patch)
treee7828fb1734e746a2ee6bd11c2e81f7ec632d72f /drivers/platform
parent1a63b58082869273bfbab1b945007193f7bd3a78 (diff)
downloadlinux-09265345cc8900cd0bf10c2ff98e51b495b2c5b2.tar.bz2
platform/x86/intel/ifs: Add missing kernel-doc entry
Document the test_num member of struct ifs_data. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Jithu Joseph <jithu.joseph@intel.com> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Acked-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/lkml/774fd22a-aaee-758d-8195-77bac783ecbc@infradead.org/
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/x86/intel/ifs/ifs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/intel/ifs/ifs.h b/drivers/platform/x86/intel/ifs/ifs.h
index da1474e1d8eb..046e39304fd5 100644
--- a/drivers/platform/x86/intel/ifs/ifs.h
+++ b/drivers/platform/x86/intel/ifs/ifs.h
@@ -208,6 +208,7 @@ union ifs_status {
* @status: it holds simple status pass/fail/untested
* @scan_details: opaque scan status code from h/w
* @cur_batch: number indicating the currently loaded test file
+ * @test_num: number indicating the test type
*/
struct ifs_data {
int integrity_cap_bit;