提交 0ff590a3 编写于 作者: A Andy Shevchenko 提交者: Lee Jones

mfd: intel_soc_pmic_bxtwc: Fix spelling in the comment

There are a few of spelling issues in the comment, fix them.
While at it, fix indentation in the MODULE_AUTHOR() parameter
and update copyright years.
Signed-off-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220628221747.33956-11-andriy.shevchenko@linux.intel.com
上级 7c06d478
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* MFD core driver for Intel Broxton Whiskey Cove PMIC * MFD core driver for Intel Broxton Whiskey Cove PMIC
* *
* Copyright (C) 2015 Intel Corporation. All rights reserved. * Copyright (C) 2015-2017, 2022 Intel Corporation. All rights reserved.
*/ */
#include <linux/acpi.h> #include <linux/acpi.h>
...@@ -525,11 +525,11 @@ static int bxtwc_probe(struct platform_device *pdev) ...@@ -525,11 +525,11 @@ static int bxtwc_probe(struct platform_device *pdev)
return dev_err_probe(dev, ret, "Failed to add devices\n"); return dev_err_probe(dev, ret, "Failed to add devices\n");
/* /*
* There is known hw bug. Upon reset BIT 5 of register * There is a known H/W bug. Upon reset, BIT 5 of register
* BXTWC_CHGR_LVL1_IRQ is 0 which is the expected value. However, * BXTWC_CHGR_LVL1_IRQ is 0 which is the expected value. However,
* later it's set to 1(masked) automatically by hardware. So we * later it's set to 1(masked) automatically by hardware. So we
* have the software workaround here to unmaksed it in order to let * place the software workaround here to unmask it again in order
* charger interrutp work. * to re-enable the charger interrupt.
*/ */
regmap_update_bits(pmic->regmap, BXTWC_MIRQLVL1, BXTWC_MIRQLVL1_MCHGR, 0); regmap_update_bits(pmic->regmap, BXTWC_MIRQLVL1, BXTWC_MIRQLVL1_MCHGR, 0);
...@@ -582,4 +582,4 @@ static struct platform_driver bxtwc_driver = { ...@@ -582,4 +582,4 @@ static struct platform_driver bxtwc_driver = {
module_platform_driver(bxtwc_driver); module_platform_driver(bxtwc_driver);
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Qipeng Zha<qipeng.zha@intel.com>"); MODULE_AUTHOR("Qipeng Zha <qipeng.zha@intel.com>");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册