Re: [PATCH 1/1] Documentation: security: core.rst: add missing argument

From: David Howells
Date: Mon May 18 2020 - 10:09:30 EST


Ben Boeckel <me@xxxxxxxxxxxxxx> wrote:

> long keyctl(KEYCTL_PKEY_QUERY,
> key_serial_t key_id, unsigned long reserved,
> + const char* params,
> struct keyctl_pkey_query *info);

"const char *params". I fixed that and applied it.

David