From: George Guo Date: Mon, 28 Oct 2024 12:34:35 +0000 (+0800) Subject: netlabel: document doi_remove field of struct netlbl_calipso_ops X-Git-Tag: v6.13-rc1~135^2~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d86c7a9162ae925dcb6632a4544c62eb0eb5c7cc;p=thirdparty%2Fkernel%2Flinux.git netlabel: document doi_remove field of struct netlbl_calipso_ops Add documentation of doi_remove field to Kernel doc for struct netlbl_calipso_ops. Flagged by ./scripts/kernel-doc -none. Signed-off-by: George Guo Acked-by: Paul Moore Link: https://patch.msgid.link/20241028123435.3495916-1-dongtai.guo@linux.dev Signed-off-by: Jakub Kicinski --- diff --git a/include/net/netlabel.h b/include/net/netlabel.h index 529160f76cac2..4afd934b1238e 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