lkml.org 
[lkml]   [2005]   [May]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] mm/bootmem.c: whitespace cleanups
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 <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);
\
 
 \ /
  Last update: 2005-05-05 21:56    [from the cache]
©2003-2011 Jasper Spaans