All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] platform/x86: Fix comment typo
@ 2022-07-22  2:23 Xin Gao
  2022-07-28 18:46 ` Hans de Goede
  0 siblings, 1 reply; 2+ messages in thread
From: Xin Gao @ 2022-07-22  2:23 UTC (permalink / raw)
  To: hdegoede, paul.gortmaker; +Cc: linux-kernel, Xin Gao

The double `of' is duplicated in line 50, remove one.

Signed-off-by: Xin Gao <gaoxin@cdjrlc.com>
---
 include/linux/platform_data/x86/pmc_atom.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/platform_data/x86/pmc_atom.h b/include/linux/platform_data/x86/pmc_atom.h
index 6807839c718b..3edfb6d4e67a 100644
--- a/include/linux/platform_data/x86/pmc_atom.h
+++ b/include/linux/platform_data/x86/pmc_atom.h
@@ -47,7 +47,7 @@
 #define	PMC_S0I2_TMR		0x88
 #define	PMC_S0I3_TMR		0x8C
 #define	PMC_S0_TMR		0x90
-/* Sleep state counter is in units of of 32us */
+/* Sleep state counter is in units of 32us */
 #define	PMC_TMR_SHIFT		5
 
 /* Power status of power islands */
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] platform/x86: Fix comment typo
  2022-07-22  2:23 [PATCH] platform/x86: Fix comment typo Xin Gao
@ 2022-07-28 18:46 ` Hans de Goede
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Goede @ 2022-07-28 18:46 UTC (permalink / raw)
  To: Xin Gao, paul.gortmaker; +Cc: linux-kernel

Hi,

On 7/22/22 04:23, Xin Gao wrote:
> The double `of' is duplicated in line 50, remove one.
> 
> Signed-off-by: Xin Gao <gaoxin@cdjrlc.com>

Thank you for your patch, I've applied this patch to my review-hans 
branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans

Note it will show up in my review-hans branch once I've pushed my
local branch there, which might take a while.

Once I've run some tests on this branch the patches there will be
added to the platform-drivers-x86/for-next branch and eventually
will be included in the pdx86 pull-request to Linus for the next
merge-window.

Regards,

Hans



> ---
>  include/linux/platform_data/x86/pmc_atom.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/platform_data/x86/pmc_atom.h b/include/linux/platform_data/x86/pmc_atom.h
> index 6807839c718b..3edfb6d4e67a 100644
> --- a/include/linux/platform_data/x86/pmc_atom.h
> +++ b/include/linux/platform_data/x86/pmc_atom.h
> @@ -47,7 +47,7 @@
>  #define	PMC_S0I2_TMR		0x88
>  #define	PMC_S0I3_TMR		0x8C
>  #define	PMC_S0_TMR		0x90
> -/* Sleep state counter is in units of of 32us */
> +/* Sleep state counter is in units of 32us */
>  #define	PMC_TMR_SHIFT		5
>  
>  /* Power status of power islands */


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-28 18:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-22  2:23 [PATCH] platform/x86: Fix comment typo Xin Gao
2022-07-28 18:46 ` Hans de Goede

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.