diff options
author | Xin Gao | 2022-07-22 10:23:37 +0800 |
---|---|---|
committer | Hans de Goede | 2022-07-28 20:45:15 +0200 |
commit | 6dd71251b9aeedd540fd7003bc5f73d59dd6dcb2 (patch) | |
tree | 6de7749cb3ffe831c454b21b60cfe82a0d20f38b /include/linux/platform_data | |
parent | e6abe8ff8e0c4fa905567775f48e102005ae960b (diff) |
platform/x86: pmc_atom: Fix comment typo
The double `of' is duplicated in line 50, remove one.
Signed-off-by: Xin Gao <gaoxin@cdjrlc.com>
Link: https://lore.kernel.org/r/20220722022337.15903-1-gaoxin@cdjrlc.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/x86/pmc_atom.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |