Xen: fix whitespaces,tabs coding style issue in drivers/xen/balloon.c

This is a patch to the balloon.c file that fixed up
whitespaces, tabs errors found by the checkpatch.pl tools.

Signed-off-by: Ruslan Pisarev <ruslan@rpisarev.org.ua>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
This commit is contained in:
Ruslan Pisarev 2011-07-26 14:15:59 +03:00 committed by Konrad Rzeszutek Wilk
parent 8ded371f81
commit e882dc9c8e
1 changed files with 7 additions and 8 deletions

View File

@ -145,8 +145,7 @@ static struct page *balloon_retrieve(bool prefer_highmem)
if (PageHighMem(page)) {
balloon_stats.balloon_high--;
inc_totalhigh_pages();
}
else
} else
balloon_stats.balloon_low--;
totalram_pages++;