u/space_overseer: Improve comment [NFC]

This commit is contained in:
Jakob Bornecrantz 2023-11-23 19:36:11 +00:00
parent 74b6d263e9
commit b77d460d59

View file

@ -305,7 +305,9 @@ space_destroy(struct xrt_space *xs)
}
/*!
* Creates a space, returns with a reference of one.
* Creates a space, returns with a reference of one. The lock doesn't need to be
* held as this function is not modifying any of the currently existing spaces
* only creating a new one that is not pointed to by any other spaces.
*/
static struct u_space *
create_space(enum u_space_type type, struct u_space *parent)