Commit 5ae6134e authored by Jules Maselbas's avatar Jules Maselbas Committed by Sebastian Reichel

power: supply: Fix repeated word in comments

Remove redundant word `the`.
Signed-off-by: default avatarJules Maselbas <jmaselbas@kalray.eu>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent e568252d
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment