diff options
author | Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> | 2024-08-23 20:43:37 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2024-08-24 15:00:29 +0200 |
commit | 1e701372d7ac1939d5f8a1dc8172de00192394a8 (patch) | |
tree | e012862d66e2b7c772d96bd721c978a40fccb5e8 /drivers/platform/x86/intel/ifs | |
parent | platform/x86: thinkpad_acpi: Add Thinkpad Edge E531 fan support (diff) | |
download | linux-1e701372d7ac1939d5f8a1dc8172de00192394a8.tar.xz linux-1e701372d7ac1939d5f8a1dc8172de00192394a8.zip |
platform/x86/intel/ifs: Fix SBAF title underline length
In commit # 0a3e4e94d137 ("platform/x86/intel/ifs: Add SBAF test image
loading support"), the documentation for "Structural Based Functional
Test at Field (SBAF)" had an incomplete underline. This resulted in the
following build warning:
Documentation/arch/x86/ifs:2: drivers/platform/x86/intel/ifs/ifs.h:131: WARNING: Title underline too short.
Fix it by extending the dotted lines to match the length of the title.
Fixes: 0a3e4e94d137 ("platform/x86/intel/ifs: Add SBAF test image loading support")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/lkml/20240820134354.2aec355d@canb.auug.org.au/T/#u
Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Reviewed-by: Jithu Joseph <jithu.joseph@intel.com>
Link: https://lore.kernel.org/r/20240823184337.2923179-1-sathyanarayanan.kuppuswamy@linux.intel.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/platform/x86/intel/ifs')
-rw-r--r-- | drivers/platform/x86/intel/ifs/ifs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel/ifs/ifs.h b/drivers/platform/x86/intel/ifs/ifs.h index b261be46bce8..5c3c0dfa1bf8 100644 --- a/drivers/platform/x86/intel/ifs/ifs.h +++ b/drivers/platform/x86/intel/ifs/ifs.h @@ -129,7 +129,7 @@ * * * Structural Based Functional Test at Field (SBAF): - * ------------------------------------------------ + * ------------------------------------------------- * * SBAF is a new type of testing that provides comprehensive core test * coverage complementing Scan at Field (SAF) testing. SBAF mimics the |