]> Git Repo - linux.git/commitdiff
platform/x86/intel/ifs: Add missing kernel-doc entry
authorJithu Joseph <[email protected]>
Sat, 3 Dec 2022 05:24:45 +0000 (21:24 -0800)
committerBorislav Petkov (AMD) <[email protected]>
Sat, 3 Dec 2022 10:16:16 +0000 (11:16 +0100)
Document the test_num member of struct ifs_data.

Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Jithu Joseph <[email protected]>
Signed-off-by: Borislav Petkov (AMD) <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Link: https://lore.kernel.org/lkml/[email protected]/
drivers/platform/x86/intel/ifs/ifs.h

index da1474e1d8eb3178f2942c0d69dd9c5a90f8a933..046e39304fd55795871b74d0fd78bb9425e298d5 100644 (file)
@@ -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;
This page took 0.057918 seconds and 4 git commands to generate.