Commit ef134b67 authored by Andrew Lunn's avatar Andrew Lunn Committed by Zheng Yejian
Browse files

net: netlabel: Fix kerneldoc warnings

stable inclusion
from stable-v5.10.209
commit 47210a5754ba7ce70f17b1097a4ceb7f6c586179
category: bugfix
bugzilla: https://gitee.com/src-openeuler/kernel/issues/I9Q9IT
CVE: CVE-2023-52698

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=47210a5754ba7ce70f17b1097a4ceb7f6c586179



--------------------------------

[ Upstream commit 294ea291 ]

net/netlabel/netlabel_calipso.c:376: warning: Function parameter or member 'ops' not described in 'netlbl_calipso_ops_register'

Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Acked-by: default avatarPaul Moore <paul@paul-moore.com>
Link: https://lore.kernel.org/r/20201028005350.930299-1-andrew@lunn.ch


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
Stable-dep-of: ec4e9d630a64 ("calipso: fix memory leak in netlbl_calipso_add_pass()")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarWang Hai <wanghai38@huawei.com>
Signed-off-by: default avatarZheng Yejian <zhengyejian1@huawei.com>
parent 80a0681e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -366,6 +366,7 @@ static const struct netlbl_calipso_ops *calipso_ops;

/**
 * netlbl_calipso_ops_register - Register the CALIPSO operations
 * @ops: ops to register
 *
 * Description:
 * Register the CALIPSO packet engine operations.