projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e568252
)
power: supply: Fix repeated word in comments
author
Jules Maselbas
<jmaselbas@kalray.eu>
Fri, 26 Aug 2022 10:00:45 +0000
(12:00 +0200)
committer
Sebastian Reichel
<sre@kernel.org>
Sun, 11 Sep 2022 12:11:53 +0000
(14:11 +0200)
Remove redundant word `the`.
Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/power_supply_sysfs.c
patch
|
blob
|
history
diff --git
a/drivers/power/supply/power_supply_sysfs.c
b/drivers/power/supply/power_supply_sysfs.c
index 4239591e152216c8ec46bad67928199344ebf0ec..5369abaceb5ccb46072502fbce7a12d8ed5aa250 100644
(file)
--- 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;
}