Re: [PATCH 1/1] netlabel: Add missing comment to struct field
From: Paul Moore <paul@paul-moore.com>
Date: 2024-09-23 11:52:50
Also in:
linux-security-module, lkml
From: Paul Moore <paul@paul-moore.com>
Date: 2024-09-23 11:52:50
Also in:
linux-security-module, lkml
On Mon, Sep 23, 2024 at 4:08 AM George Guo [off-list ref] wrote:
From: George Guo <redacted> add a comment to doi_remove in struct netlbl_calipso_ops. Flagged by ./scripts/kernel-doc -none. Signed-off-by: George Guo <redacted> --- include/net/netlabel.h | 1 + 1 file changed, 1 insertion(+)
Looks good to me. Acked-by: Paul Moore <paul@paul-moore.com>
diff --git a/include/net/netlabel.h b/include/net/netlabel.h index 529160f76cac..4afd934b1238 100644 --- a/include/net/netlabel.h +++ b/include/net/netlabel.h@@ -208,6 +208,7 @@ struct netlbl_lsm_secattr { * struct netlbl_calipso_ops - NetLabel CALIPSO operations * @doi_add: add a CALIPSO DOI * @doi_free: free a CALIPSO DOI + * @doi_remove: remove a CALIPSO DOI * @doi_getdef: returns a reference to a DOI * @doi_putdef: releases a reference of a DOI * @doi_walk: enumerate the DOI list --2.34.1
-- paul-moore.com