Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e882dc9c authored by Ruslan Pisarev's avatar Ruslan Pisarev Committed by Konrad Rzeszutek Wilk
Browse files

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: default avatarRuslan Pisarev <ruslan@rpisarev.org.ua>
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent 8ded371f
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -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++;