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

Fix syntax error

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel 2024-02-29 22:28:17 +01:00
parent 34c3ffc05b
commit c68f9eb28d

View file

@ -127,7 +127,7 @@ static struct Allocation *mmap_alloc(size_t len, size_t alignment,
/* We must make sure that len is a multiple of the page size
*
* See: https://lkml.org/lkml/2014/10/22/925
*//
*/
ma->length = ALIGN(len, sz);
ma->alignment = ALIGN(alignment, sz);
ma->type = m;