Skip to content

Commit 1a7cead

Browse files
akpm00sfrothwell
authored andcommitted
include/linux/mmzone.h: reflow comment
Someone has an 86 column display. Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent f4c94eb commit 1a7cead

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

include/linux/mmzone.h

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -337,12 +337,13 @@ struct zone {
337337
unsigned long nr_reserved_highatomic;
338338

339339
/*
340-
* We don't know if the memory that we're going to allocate will be freeable
341-
* or/and it will be released eventually, so to avoid totally wasting several
342-
* GB of ram we must reserve some of the lower zone memory (otherwise we risk
343-
* to run OOM on the lower zones despite there's tons of freeable ram
344-
* on the higher zones). This array is recalculated at runtime if the
345-
* sysctl_lowmem_reserve_ratio sysctl changes.
340+
* We don't know if the memory that we're going to allocate will be
341+
* freeable or/and it will be released eventually, so to avoid totally
342+
* wasting several GB of ram we must reserve some of the lower zone
343+
* memory (otherwise we risk to run OOM on the lower zones despite
344+
* there being tons of freeable ram on the higher zones). This array is
345+
* recalculated at runtime if the sysctl_lowmem_reserve_ratio sysctl
346+
* changes.
346347
*/
347348
long lowmem_reserve[MAX_NR_ZONES];
348349

0 commit comments

Comments
 (0)