1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix code-style

This commit is contained in:
Steffen Vogel 2019-10-29 09:23:36 +01:00
parent 1370ad7f7b
commit 4a35f84bc9

View file

@ -46,7 +46,7 @@ int memory_init(int hugepages)
ret = memory_mmap_init(hugepages);
if (ret < 0)
return ret;
return ret;
size_t lock = kernel_get_hugepage_size() * hugepages;