mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 10:12:16 +09: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:
committed by
David S. Miller
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)
|
||||
|
||||
Reference in New Issue
Block a user