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:
parent
8ded371f81
commit
e882dc9c8e
|
@ -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++;
|
||||
|
|
Loading…
Reference in New Issue