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