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:
parent
34c3ffc05b
commit
c68f9eb28d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue