forked from Minki/linux
power: supply: abx500_chargalg: Remove unneeded semicolon
Fixes coccicheck warning: drivers/power/supply/abx500_chargalg.c:1826:2-3: Unneeded semicolon Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Ma Feng <mafeng.ma@huawei.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
e15c54d208
commit
921377c0b4
@ -1823,7 +1823,7 @@ static ssize_t abx500_chargalg_en_store(struct abx500_chargalg *di,
|
|||||||
"Enter 0. Disable AC/USB Charging\n"
|
"Enter 0. Disable AC/USB Charging\n"
|
||||||
"1. Enable AC charging\n"
|
"1. Enable AC charging\n"
|
||||||
"2. Enable USB Charging\n");
|
"2. Enable USB Charging\n");
|
||||||
};
|
}
|
||||||
return strlen(buf);
|
return strlen(buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user