power: supply: Fix repeated word in comments

Remove redundant word `the`.

Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
Jules Maselbas 2022-08-26 12:00:45 +02:00 committed by Sebastian Reichel
parent e568252d72
commit 5ae6134ef3

View File

@ -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;
}