* [PATCH v2] platform/x86/intel/pmt: Correct the typo 'ACCCESS_LOCAL'
@ 2024-09-20 14:09 WangYuli
2024-09-20 14:14 ` Ilpo Järvinen
0 siblings, 1 reply; 2+ messages in thread
From: WangYuli @ 2024-09-20 14:09 UTC (permalink / raw)
To: david.e.box, hdegoede, ilpo.jarvinen
Cc: platform-driver-x86, linux-kernel, tzimmermann, lee.jones, lee,
guanwentao, zhanjun, WangYuli
There is a spelling mistake of 'ACCCESS_LOCAL' which should be
'ACCESS_LOCAL'.
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Suggested-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/all/26b8f38f-ff32-81fb-bbe5-aa141239427e@linux.intel.com/
Signed-off-by: WangYuli <wangyuli@uniontech.com>
---
drivers/platform/x86/intel/pmt/class.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/platform/x86/intel/pmt/class.c b/drivers/platform/x86/intel/pmt/class.c
index c04bb7f97a4d..7680474c4f96 100644
--- a/drivers/platform/x86/intel/pmt/class.c
+++ b/drivers/platform/x86/intel/pmt/class.c
@@ -207,7 +207,7 @@ static int intel_pmt_populate_entry(struct intel_pmt_entry *entry,
/*
* Some hardware use a different calculation for the base address
* when access_type == ACCESS_LOCAL. On the these systems
- * ACCCESS_LOCAL refers to an address in the same BAR as the
+ * ACCESS_LOCAL refers to an address in the same BAR as the
* header but at a fixed offset. But as the header address was
* supplied to the driver, we don't know which BAR it was in.
* So search for the bar whose range includes the header address.
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] platform/x86/intel/pmt: Correct the typo 'ACCCESS_LOCAL'
2024-09-20 14:09 [PATCH v2] platform/x86/intel/pmt: Correct the typo 'ACCCESS_LOCAL' WangYuli
@ 2024-09-20 14:14 ` Ilpo Järvinen
0 siblings, 0 replies; 2+ messages in thread
From: Ilpo Järvinen @ 2024-09-20 14:14 UTC (permalink / raw)
To: WangYuli
Cc: david.e.box, Hans de Goede, platform-driver-x86, LKML,
tzimmermann, lee.jones, lee, guanwentao, zhanjun
[-- Attachment #1: Type: text/plain, Size: 1686 bytes --]
On Fri, 20 Sep 2024, WangYuli wrote:
> There is a spelling mistake of 'ACCCESS_LOCAL' which should be
> 'ACCESS_LOCAL'.
>
> Cc: Thomas Zimmermann <tzimmermann@suse.de>
> Suggested-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Did I actually suggest the change this patch makes somewhere? I recall
noting the typo at one point myself but I don't remember telling anyone
about it.
Reviewing your patch does not itself count as a reason for adding
Suggested-by (unless the entire approach used in the patch is changed
because of a reviewer comment which is not the case here).
--
i.
> Link: https://lore.kernel.org/all/26b8f38f-ff32-81fb-bbe5-aa141239427e@linux.intel.com/
> Signed-off-by: WangYuli <wangyuli@uniontech.com>
> ---
> drivers/platform/x86/intel/pmt/class.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/platform/x86/intel/pmt/class.c b/drivers/platform/x86/intel/pmt/class.c
> index c04bb7f97a4d..7680474c4f96 100644
> --- a/drivers/platform/x86/intel/pmt/class.c
> +++ b/drivers/platform/x86/intel/pmt/class.c
> @@ -207,7 +207,7 @@ static int intel_pmt_populate_entry(struct intel_pmt_entry *entry,
> /*
> * Some hardware use a different calculation for the base address
> * when access_type == ACCESS_LOCAL. On the these systems
> - * ACCCESS_LOCAL refers to an address in the same BAR as the
> + * ACCESS_LOCAL refers to an address in the same BAR as the
> * header but at a fixed offset. But as the header address was
> * supplied to the driver, we don't know which BAR it was in.
> * So search for the bar whose range includes the header address.
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-20 14:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-20 14:09 [PATCH v2] platform/x86/intel/pmt: Correct the typo 'ACCCESS_LOCAL' WangYuli
2024-09-20 14:14 ` Ilpo Järvinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox