[RESEND] platform/x86/intel/ifs: Add missing documentation entry

Message ID 20221203052445.502450-1-jithu.joseph@intel.com
State New
Headers
Series [RESEND] platform/x86/intel/ifs: Add missing documentation entry |

Commit Message

Jithu Joseph Dec. 3, 2022, 5:24 a.m. UTC
  Documentation for test_num member of struct ifs_data is missing [1].

Link: https://lore.kernel.org/lkml/774fd22a-aaee-758d-8195-77bac783ecbc@infradead.org/ [1]

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
---
 -Resending to "bp@alien8.de" as "bp@suse.de" reported undeliverable

 drivers/platform/x86/intel/ifs/ifs.h | 1 +
 1 file changed, 1 insertion(+)


base-commit: 1a63b58082869273bfbab1b945007193f7bd3a78
  

Comments

Randy Dunlap Dec. 3, 2022, 5:57 a.m. UTC | #1
On 12/2/22 21:24, Jithu Joseph wrote:
> Documentation for test_num member of struct ifs_data is missing [1].
> 
> Link: https://lore.kernel.org/lkml/774fd22a-aaee-758d-8195-77bac783ecbc@infradead.org/ [1]
> 
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  -Resending to "bp@alien8.de" as "bp@suse.de" reported undeliverable
> 
>  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;
> 
> base-commit: 1a63b58082869273bfbab1b945007193f7bd3a78
  

Patch

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;