]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ACPI: battery: Round capacity percengate to closest integer
authorshitao <shitao@kylinos.cn>
Mon, 7 Apr 2025 08:54:19 +0000 (16:54 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 9 Apr 2025 13:56:19 +0000 (15:56 +0200)
commit46d839adcc93ccc445f90866c31b2ed2785f0319
tree60466bacdb49353aebca314c888feb1731788588
parent0af2f6be1b4281385b618cb86ad946eded089ac8
ACPI: battery: Round capacity percengate to closest integer

If the difference between capacity_now and full_capacity is
within 0.5%, 100% is arguably a better number to expose than
99% and exposing the latter may confuse the user to think that
there's something wrong with the battery.

Round the capacity percentage to the closest integer value to
avoid the confusion.

Signed-off-by: shitao <shitao@kylinos.cn>
Link: https://patch.msgid.link/20250407085419.494234-1-shitao@kylinos.cn
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/battery.c