mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] mm/bootmem.c: whitespace cleanups
@ 2005-05-05 19:47 Michael Berger
  0 siblings, 0 replies; only message in thread
From: Michael Berger @ 2005-05-05 19:47 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 81 bytes --]

Dear LKML

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

-- Mischa


[-- Attachment #2: wspfx-mm_bootmem_c.patch --]
[-- Type: text/x-patch, Size: 1611 bytes --]

[PATCH] mm/bootmem.c: whitespace cleanups

Some whitespace cleanups for mm/bootmem.c.

Signed-off-by: Michael Berger <mikeb1@t-online.de>

---
commit 977cd0ff21ccda7f6b61b1ecbed4dd5384b5801c
tree 0b8ea04402c32ecb8731c7ed5aafdfa7a80027d7
parent b2d84f078a8be40f5ae3b4d2ac001e2a7f45fe4f
author Mischa <mischa@Odin.localdomain> 1115313241 +0200
committer Mischa <mischa@Odin.localdomain> 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);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-05 19:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-05 19:47 [PATCH] mm/bootmem.c: whitespace cleanups Michael Berger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®