]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
include/linux/mmzone.h: reflow comment
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 21 Oct 2015 22:03:12 +0000 (09:03 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Oct 2015 22:03:12 +0000 (09:03 +1100)
Someone has an 86 column display.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mmzone.h

index d3bafe4ff32b09640f20ec935a4531a15e4268e5..e23a9e704536278dad66bc5e5d1f9f798036b8be 100644 (file)
@@ -337,12 +337,13 @@ struct zone {
        unsigned long nr_reserved_highatomic;
 
        /*
-        * We don't know if the memory that we're going to allocate will be freeable
-        * or/and it will be released eventually, so to avoid totally wasting several
-        * GB of ram we must reserve some of the lower zone memory (otherwise we risk
-        * to run OOM on the lower zones despite there's tons of freeable ram
-        * on the higher zones). This array is recalculated at runtime if the
-        * sysctl_lowmem_reserve_ratio sysctl changes.
+        * We don't know if the memory that we're going to allocate will be
+        * freeable or/and it will be released eventually, so to avoid totally
+        * wasting several GB of ram we must reserve some of the lower zone
+        * memory (otherwise we risk to run OOM on the lower zones despite
+        * there being tons of freeable ram on the higher zones).  This array is
+        * recalculated at runtime if the sysctl_lowmem_reserve_ratio sysctl
+        * changes.
         */
        long lowmem_reserve[MAX_NR_ZONES];