Add missing const keyword to function parameter.
The umtx_key_get() function does not dereference the address off the
userspace object. The pointer can safely be const.
Add missing const keyword to function parameter. Tags None Referenced Files None Subscribers None
Description
Details
|