Skip to content

Commit b0c609a

Browse files
alexandrebellonirafaeljw
authored andcommitted
PM / hibernate: fix typo "reserverd_size" -> "reserved_size"
Fix a mistake in a variable name in a comment. Signed-off-by: Alexandre Belloni <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 14ba91c commit b0c609a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/power/snapshot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@ static unsigned long minimum_image_size(unsigned long saveable)
16811681
* hibernation for allocations made while saving the image and for device
16821682
* drivers, in case they need to allocate memory from their hibernation
16831683
* callbacks (these two numbers are given by PAGES_FOR_IO (which is a rough
1684-
* estimate) and reserverd_size divided by PAGE_SIZE (which is tunable through
1684+
* estimate) and reserved_size divided by PAGE_SIZE (which is tunable through
16851685
* /sys/power/reserved_size, respectively). To make this happen, we compute the
16861686
* total number of available page frames and allocate at least
16871687
*

0 commit comments

Comments
 (0)