From: Michael Berger <mikeb1@t-online.de>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] mm/bootmem.c: whitespace cleanups
Date: Thu, 05 May 2005 21:47:32 +0200 [thread overview]
Message-ID: <427A7854.8020403@t-online.de> (raw)
[-- 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);
reply other threads:[~2005-05-05 19:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=427A7854.8020403@t-online.de \
--to=mikeb1@t-online.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®