[PATCH] mm/bootmem.c: whitespace cleanups

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dear LKML

Here is a patch with whitespace cleanups for mm/bootmem.c

-- Mischa

[PATCH] mm/bootmem.c: whitespace cleanups

Some whitespace cleanups for mm/bootmem.c.

Signed-off-by: Michael Berger <[email protected]>

---
commit 977cd0ff21ccda7f6b61b1ecbed4dd5384b5801c
tree 0b8ea04402c32ecb8731c7ed5aafdfa7a80027d7
parent b2d84f078a8be40f5ae3b4d2ac001e2a7f45fe4f
author Mischa <[email protected]> 1115313241 +0200
committer Mischa <[email protected]> 1115313241 +0200

Index: mm/bootmem.c
===================================================================
--- 173f941991f1b68da820e9926a3b7ebdd3a2c8b9/mm/bootmem.c  (mode:100644 sha1:260e703850d827d81356f64222a8beceb9f19b0c)
+++ 0b8ea04402c32ecb8731c7ed5aafdfa7a80027d7/mm/bootmem.c  (mode:100644 sha1:561988d3c49004a447f5659c150d4fff5b3d6a1a)
@@ -84,7 +84,7 @@
 	 * fully reserved.
 	 */
 	unsigned long sidx = (addr - bdata->node_boot_start)/PAGE_SIZE;
-	unsigned long eidx = (addr + size - bdata->node_boot_start + 
+	unsigned long eidx = (addr + size - bdata->node_boot_start +
 							PAGE_SIZE-1)/PAGE_SIZE;
 	unsigned long end = (addr + size + PAGE_SIZE-1)/PAGE_SIZE;
 
@@ -169,7 +169,7 @@
 	 * We try to allocate bootmem pages above 'goal'
 	 * first, then we try to allocate lower pages.
 	 */
-	if (goal && (goal >= bdata->node_boot_start) && 
+	if (goal && (goal >= bdata->node_boot_start) &&
 	    ((goal >> PAGE_SHIFT) < bdata->node_low_pfn)) {
 		preferred = goal - bdata->node_boot_start;
 
@@ -259,7 +259,7 @@
 	bootmem_data_t *bdata = pgdat->bdata;
 	unsigned long i, count, total = 0;
 	unsigned long idx;
-	unsigned long *map; 
+	unsigned long *map;
 	int gofast = 0;
 
 	BUG_ON(!bdata->node_bootmem_map);


[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux