mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +08:00
mm/kmm_map: Fix code style error
As pointed out in https://github.com/apache/nuttx/pull/9368
This commit is contained in:
+1
-1
@@ -278,7 +278,7 @@ FAR void *kmm_map(FAR void **pages, size_t npages, int prot)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
return (FAR void *)(vaddr);
|
return (FAR void *)vaddr;
|
||||||
}
|
}
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user