From: Jules Maselbas Date: Fri, 26 Aug 2022 10:00:45 +0000 (+0200) Subject: power: supply: Fix repeated word in comments X-Git-Tag: v6.1-rc1~125^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ae6134ef380e4cbb50ab8d606a10b880a61c5c5;p=thirdparty%2Fkernel%2Flinux.git power: supply: Fix repeated word in comments Remove redundant word `the`. Signed-off-by: Jules Maselbas Signed-off-by: Sebastian Reichel --- diff --git a/drivers/power/supply/power_supply_sysfs.c b/drivers/power/supply/power_supply_sysfs.c index 4239591e15221..5369abaceb5cc 100644 --- a/drivers/power/supply/power_supply_sysfs.c +++ b/drivers/power/supply/power_supply_sysfs.c @@ -442,7 +442,7 @@ static int add_prop_uevent(struct device *dev, struct kobj_uevent_env *env, if (ret == -ENODEV || ret == -ENODATA) { /* * When a battery is absent, we expect -ENODEV. Don't abort; - * send the uevent with at least the the PRESENT=0 property + * send the uevent with at least the PRESENT=0 property */ return 0; }