]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm-export-a-function-to-get-vm-committed-memory-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 15 Nov 2012 02:37:59 +0000 (13:37 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 15 Nov 2012 06:25:52 +0000 (17:25 +1100)
coding-style tweak

Cc: "K. Y. Srinivasan" <kys@microsoft.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/mmap.c
mm/nommu.c

index dc210a5bf286d560b7b17eac119c8a59fc1226ab..dcce99cf5e175b91e010c5bb0e3861a033eeacc3 100644 (file)
--- a/mm/mmap.c
+++ b/mm/mmap.c
@@ -97,7 +97,6 @@ struct percpu_counter vm_committed_as ____cacheline_aligned_in_smp;
  * Several metrics drive this policy engine including the guest reported
  * memory commitment.
  */
-
 unsigned long vm_memory_committed(void)
 {
        return percpu_counter_read_positive(&vm_committed_as);
index f11e703bf7a388f3cf26cca3bdefdc51a201d014..79c3cac87afa1d1f96fc9397f50bb370980e0a84 100644 (file)
@@ -74,7 +74,6 @@ atomic_long_t mmap_pages_allocated;
  * Several metrics drive this policy engine including the guest reported
  * memory commitment.
  */
-
 unsigned long vm_memory_committed(void)
 {
        return percpu_counter_read_positive(&vm_committed_as);