Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KEYS: Add missing function documentation
Compiling with 'W=1' results in warnings that 'Function parameter or member not described' Add the missing parameters for restrict_link_by_builtin_and_secondary_trusted and restrict_link_to_builtin_trusted. Use /* instead of /** for get_builtin_and_secondary_restriction, since it is a static function. Fix wrong function name restrict_link_to_builtin_trusted. Fixes: d3bfe84 ("certs: Add a secondary system keyring that can be added to dynamically") Signed-off-by: Eric Snowberg <[email protected]> Reviewed-by: Petr Vorel <[email protected]> Reviewed-by: Mimi Zohar <[email protected]> Reviewed-by: Jarkko Sakkinen <[email protected]> Tested-by: Mimi Zohar <[email protected]> Signed-off-by: Jarkko Sakkinen <[email protected]>
- Loading branch information