linux-stable/kernel/power
xiongxin c907c55dc7 PM: hibernate: Fix mistake in kerneldoc comment
[ Upstream commit 6e5d7300cb ]

The actual maximum image size formula in hibernate_preallocate_memory()
is as follows:

max_size = (count - (size + PAGES_FOR_IO)) / 2
	    - 2 * DIV_ROUND_UP(reserved_size, PAGE_SIZE);

but the one in the kerneldoc comment of the function is different and
incorrect.

Fixes: ddeb648708 ("PM / Hibernate: Add sysfs knob to control size of memory for drivers")
Signed-off-by: xiongxin <xiongxin@kylinos.cn>
[ rjw: Subject and changelog rewrite ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-01-18 11:40:53 +01:00
..
autosleep.c
console.c
energy_model.c
hibernate.c PM: hibernate: Allow hybrid sleep to work with s2idle 2022-11-03 23:56:55 +09:00
Kconfig
main.c PM: s2idle: ACPI: Fix wakeup interrupts handling 2022-02-16 12:52:50 +01:00
Makefile
power.h
poweroff.c
process.c PM: s2idle: ACPI: Fix wakeup interrupts handling 2022-02-16 12:52:50 +01:00
qos.c
snapshot.c PM: hibernate: Fix mistake in kerneldoc comment 2023-01-18 11:40:53 +01:00
suspend.c PM: s2idle: ACPI: Fix wakeup interrupts handling 2022-02-16 12:52:50 +01:00
suspend_test.c PM: suspend: fix return value of __setup handler 2022-04-15 14:18:05 +02:00
swap.c
user.c PM: hibernate: defer device probing when resuming from hibernation 2022-08-25 11:17:32 +02:00
wakelock.c PM: wakeup: simplify the output logic of pm_show_wakelocks() 2022-02-01 17:24:34 +01:00