cache: Fix typo in API doc of nl_cache_set_flags()
Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
parent
ce72565f26
commit
5734011228
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ void nl_cache_ops_set_flags(struct nl_cache_ops *ops, unsigned int flags)
|
|||
/**
|
||||
* Set cache flags
|
||||
* @arg cache Cache
|
||||
* @arg arg flags
|
||||
* @arg flags Flags
|
||||
*/
|
||||
void nl_cache_set_flags(struct nl_cache *cache, unsigned int flags)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue