Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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/

authored by

Jithu Joseph and committed by
Borislav Petkov (AMD)
09265345 1a63b580

+1
+1
drivers/platform/x86/intel/ifs/ifs.h
··· 208 208 * @status: it holds simple status pass/fail/untested 209 209 * @scan_details: opaque scan status code from h/w 210 210 * @cur_batch: number indicating the currently loaded test file 211 + * @test_num: number indicating the test type 211 212 */ 212 213 struct ifs_data { 213 214 int integrity_cap_bit;