diff mbox series

[1/2] Documentation: Correct IFS reload documentation

Message ID 20220710182521.60642-2-tony.luck@intel.com (mailing list archive)
State Changes Requested, archived
Headers show
Series Two fixes for IFS | expand

Commit Message

Luck, Tony July 10, 2022, 6:25 p.m. UTC
From: Jithu Joseph <jithu.joseph@intel.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@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
---
 drivers/platform/x86/intel/ifs/ifs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Greg KH July 10, 2022, 8 p.m. UTC | #1
On Sun, Jul 10, 2022 at 11:25:20AM -0700, Tony Luck wrote:
> From: Jithu Joseph <jithu.joseph@intel.com>
> 
> The location where the scan image is stored is incorrect
> in the current documentation. Fix this.
> 
> Fixes: 34604d289167("Documentation: In-Field Scan")

Our tools will complain about this line, please use the correct format
so you don't get grumpy emails from the linux-next maintainer.

thanks,

greg k-h
diff mbox series

Patch

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
  * -------------