mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
cipso: correct comments of cipso_v4_cache_invalidate()
Since cipso_v4_cache_invalidate() has no return value, so drop
related descriptions in its comments.
Fixes: 446fda4f26
("[NetLabel]: CIPSOv4 engine")
Signed-off-by: Zheng Yejian <zhengyejian1@huawei.com>
Acked-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
22ba9d0d6c
commit
4ac9e23cf2
@ -187,8 +187,7 @@ static int __init cipso_v4_cache_init(void)
|
||||
* cipso_v4_cache_invalidate - Invalidates the current CIPSO cache
|
||||
*
|
||||
* Description:
|
||||
* Invalidates and frees any entries in the CIPSO cache. Returns zero on
|
||||
* success and negative values on failure.
|
||||
* Invalidates and frees any entries in the CIPSO cache.
|
||||
*
|
||||
*/
|
||||
void cipso_v4_cache_invalidate(void)
|
||||
|
Loading…
Reference in New Issue
Block a user