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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}