From: Andy Shevchenko Date: Wed, 18 Dec 2019 18:35:44 +0000 (+0200) Subject: platform/x86: intel_pmc_core: Fix spelling of MHz unit X-Git-Tag: block-5.6-2020-02-05~91^2~53 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=cbe358191ffc6947ece34ebec5a99e4026b5521e;p=linux-2.6-block.git platform/x86: intel_pmc_core: Fix spelling of MHz unit Fix spelling of MHz unit in a comment. Signed-off-by: Andy Shevchenko --- diff --git a/drivers/platform/x86/intel_pmc_core.c b/drivers/platform/x86/intel_pmc_core.c index 9aef25a9b06c..144faa8bad3d 100644 --- a/drivers/platform/x86/intel_pmc_core.c +++ b/drivers/platform/x86/intel_pmc_core.c @@ -895,7 +895,7 @@ static const struct pci_device_id pmc_pci_ids[] = { /* * This quirk can be used on those platforms where - * the platform BIOS enforces 24Mhx Crystal to shutdown + * the platform BIOS enforces 24Mhz crystal to shutdown * before PMC can assert SLP_S0#. */ static int quirk_xtal_ignore(const struct dmi_system_id *id)