mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
power: supply: ab8500_fg: Fix typos in comments
Fix spelling mistake in comments: - occured -> occurred (twice) Acked-by: Linus Walleij <linusw@kernel.org> Signed-off-by: Md Shofiqul Islam <shofiqtest@gmail.com> Link: https://patch.msgid.link/20260507191840.25941-1-shofiqtest@gmail.com Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
347fcfcc07
commit
15384402c9
|
|
@ -2037,7 +2037,7 @@ static irqreturn_t ab8500_fg_cc_convend_handler(int irq, void *_di)
|
|||
}
|
||||
|
||||
/**
|
||||
* ab8500_fg_batt_ovv_handler() - Battery OVV occured
|
||||
* ab8500_fg_batt_ovv_handler() - Battery OVV occurred
|
||||
* @irq: interrupt number
|
||||
* @_di: pointer to the ab8500_fg structure
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1083,7 +1083,7 @@ static int smb347_get_charging_status(struct smb347_charger *smb,
|
|||
} else {
|
||||
/*
|
||||
* in this case no charger error or termination
|
||||
* occured but charging is not in progress!!!
|
||||
* occurred but charging is not in progress!!!
|
||||
*/
|
||||
status = POWER_SUPPLY_STATUS_NOT_CHARGING;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user