Skip to content

Commit 0926534

Browse files
jithu83bp3tk0v
authored andcommitted
platform/x86/intel/ifs: Add missing kernel-doc entry
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]/
1 parent 1a63b58 commit 0926534

File tree

1 file changed

+1
-0
lines changed
  • drivers/platform/x86/intel/ifs

1 file changed

+1
-0
lines changed

drivers/platform/x86/intel/ifs/ifs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ union ifs_status {
208208
* @status: it holds simple status pass/fail/untested
209209
* @scan_details: opaque scan status code from h/w
210210
* @cur_batch: number indicating the currently loaded test file
211+
* @test_num: number indicating the test type
211212
*/
212213
struct ifs_data {
213214
int integrity_cap_bit;

0 commit comments

Comments
 (0)