mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
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/
This commit is contained in:
parent
1a63b58082
commit
09265345cc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user