From 5117f0859aa8ab9c94524ce87d9e9623175dbe67 Mon Sep 17 00:00:00 2001 From: Jithu Joseph Date: Fri, 2 Dec 2022 21:24:45 -0800 Subject: [PATCH] platform/x86/intel/ifs: Add missing kernel-doc entry mainline inclusion from mainline-v6.2-rc1 commit 09265345cc8900cd0bf10c2ff98e51b495b2c5b2 category: feature feature: Backport Intel In Field Scan(IFS) multi-blob images support bugzilla: https://gitee.com/openeuler/intel-kernel/issues/I6L337 CVE: N/A Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/ commit/?id=09265345cc8900cd0bf10c2ff98e51b495b2c5b2 Intel-SIG: commit 09265345cc89 ("platform/x86/intel/ifs: Add missing kernel-doc entry") ------------------------------------- platform/x86/intel/ifs: Add missing kernel-doc entry Document the test_num member of struct ifs_data. Reported-by: Stephen Rothwell Signed-off-by: Jithu Joseph Signed-off-by: Borislav Petkov (AMD) Acked-by: Randy Dunlap Link: https://lore.kernel.org/lkml/774fd22a-aaee-758d-8195-77bac783ecbc@infradead.org/ Signed-off-by: Aichun Shi --- drivers/platform/x86/intel/ifs/ifs.h | 1 + 1 file changed, 1 insertion(+) 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; -- GitLab