Skip to content

Commit cf51bfb

Browse files
committed
platform/x86/intel/pmt: Correct the typo 'ACCCESS_LOCAL'
JIRA: https://issues.redhat.com/browse/RHEL-79553 commit 31440fe Author: WangYuli <wangyuli@uniontech.com> Date: Fri Sep 20 22:17:04 2024 +0800 platform/x86/intel/pmt: Correct the typo 'ACCCESS_LOCAL' There is a spelling mistake of 'ACCCESS_LOCAL' which should be 'ACCESS_LOCAL'. Cc: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: WangYuli <wangyuli@uniontech.com> Link: https://lore.kernel.org/r/4F742FFF72DFD84F+20240920141704.34373-1-wangyuli@uniontech.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: David Arcari <darcari@redhat.com>
1 parent 28055d5 commit cf51bfb

File tree

1 file changed

+1
-1
lines changed
  • drivers/platform/x86/intel/pmt

1 file changed

+1
-1
lines changed

drivers/platform/x86/intel/pmt/class.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ static int intel_pmt_populate_entry(struct intel_pmt_entry *entry,
209209
/*
210210
* Some hardware use a different calculation for the base address
211211
* when access_type == ACCESS_LOCAL. On the these systems
212-
* ACCCESS_LOCAL refers to an address in the same BAR as the
212+
* ACCESS_LOCAL refers to an address in the same BAR as the
213213
* header but at a fixed offset. But as the header address was
214214
* supplied to the driver, we don't know which BAR it was in.
215215
* So search for the bar whose range includes the header address.

0 commit comments

Comments
 (0)