[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220710182521.60642-2-tony.luck@intel.com>
Date: Sun, 10 Jul 2022 11:25:20 -0700
From: Tony Luck <tony.luck@...el.com>
To: Hans de Goede <hdegoede@...hat.com>
Cc: Greg KH <gregkh@...uxfoundation.org>,
"Joseph, Jithu" <jithu.joseph@...el.com>, markgross@...nel.org,
ashok.raj@...el.com, ravi.v.shankar@...el.com,
linux-kernel@...r.kernel.org, platform-driver-x86@...r.kernel.org,
patches@...ts.linux.dev, Tony Luck <tony.luck@...el.com>
Subject: [PATCH 1/2] Documentation: Correct IFS reload documentation
From: Jithu Joseph <jithu.joseph@...el.com>
The location where the scan image is stored is incorrect
in the current documentation. Fix this.
Fixes: 34604d289167("Documentation: In-Field Scan")
Signed-off-by: Jithu Joseph <jithu.joseph@...el.com>
Signed-off-by: Tony Luck <tony.luck@...el.com>
---
drivers/platform/x86/intel/ifs/ifs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/platform/x86/intel/ifs/ifs.h b/drivers/platform/x86/intel/ifs/ifs.h
index 73c8e91cf144..622a246b62cb 100644
--- a/drivers/platform/x86/intel/ifs/ifs.h
+++ b/drivers/platform/x86/intel/ifs/ifs.h
@@ -39,7 +39,7 @@
* # echo 1 > /sys/devices/virtual/misc/intel_ifs_0/reload
*
* Similar to microcode, the current version of the scan tests is stored
- * in a fixed location: /lib/firmware/intel/ifs.0/family-model-stepping.scan
+ * in a fixed location: /lib/firmware/intel/ifs/family-model-stepping.scan
*
* Running tests
* -------------
--
2.35.3
Powered by blists - more mailing lists