diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-10-19 20:53:55 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2022-11-16 08:48:19 +0100 |
commit | 26174aaee3832d681dcc0744b005021c7480a8f6 (patch) | |
tree | 191fac6ac104dc4e2712b6bcbb79cdc264dc6dc0 /drivers/platform/x86/intel | |
parent | bc05ea63b39420fd561dcffba00753da90338ea8 (diff) | |
download | linux-26174aaee3832d681dcc0744b005021c7480a8f6.tar.gz linux-26174aaee3832d681dcc0744b005021c7480a8f6.tar.bz2 linux-26174aaee3832d681dcc0744b005021c7480a8f6.zip |
platform/x86/intel: pmc: Fix repeated word in comment
Delete the redundant word 'to'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Link: https://lore.kernel.org/r/20221019125355.50674-1-yuanjilin@cdjrlc.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/platform/x86/intel')
-rw-r--r-- | drivers/platform/x86/intel/pmc/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel/pmc/core.h b/drivers/platform/x86/intel/pmc/core.h index 7a059e02c265..4c7e77f1ccac 100644 --- a/drivers/platform/x86/intel/pmc/core.h +++ b/drivers/platform/x86/intel/pmc/core.h @@ -264,7 +264,7 @@ struct pmc_bit_map { * @slp_s0_offset: PWRMBASE offset to read SLP_S0 residency * @ltr_ignore_offset: PWRMBASE offset to read/write LTR ignore bit * @regmap_length: Length of memory to map from PWRMBASE address to access - * @ppfear0_offset: PWRMBASE offset to to read PPFEAR* + * @ppfear0_offset: PWRMBASE offset to read PPFEAR* * @ppfear_buckets: Number of 8 bits blocks to read all IP blocks from * PPFEAR * @pm_cfg_offset: PWRMBASE offset to PM_CFG register |