Skip to content

Commit 0ff590a

Browse files
andy-shevlag-linaro
authored andcommitted
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: Andy Shevchenko <[email protected]> Signed-off-by: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 7c06d47 commit 0ff590a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

drivers/mfd/intel_soc_pmic_bxtwc.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* MFD core driver for Intel Broxton Whiskey Cove PMIC
44
*
5-
* Copyright (C) 2015 Intel Corporation. All rights reserved.
5+
* Copyright (C) 2015-2017, 2022 Intel Corporation. All rights reserved.
66
*/
77

88
#include <linux/acpi.h>
@@ -525,11 +525,11 @@ static int bxtwc_probe(struct platform_device *pdev)
525525
return dev_err_probe(dev, ret, "Failed to add devices\n");
526526

527527
/*
528-
* There is known hw bug. Upon reset BIT 5 of register
528+
* There is a known H/W bug. Upon reset, BIT 5 of register
529529
* BXTWC_CHGR_LVL1_IRQ is 0 which is the expected value. However,
530530
* later it's set to 1(masked) automatically by hardware. So we
531-
* have the software workaround here to unmaksed it in order to let
532-
* charger interrutp work.
531+
* place the software workaround here to unmask it again in order
532+
* to re-enable the charger interrupt.
533533
*/
534534
regmap_update_bits(pmic->regmap, BXTWC_MIRQLVL1, BXTWC_MIRQLVL1_MCHGR, 0);
535535

@@ -582,4 +582,4 @@ static struct platform_driver bxtwc_driver = {
582582
module_platform_driver(bxtwc_driver);
583583

584584
MODULE_LICENSE("GPL v2");
585-
MODULE_AUTHOR("Qipeng Zha<[email protected]>");
585+
MODULE_AUTHOR("Qipeng Zha <[email protected]>");

0 commit comments

Comments
 (0)