Message ID | 20241025070229.1006241-1-dongtai.guo@linux.dev (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | [1/1] netlabel: Add missing comment to struct field | expand |
On Fri, Oct 25, 2024 at 03:02:29PM +0800, George Guo wrote: > From: George Guo <guodongtai@kylinos.cn> > > add a comment to doi_remove in struct netlbl_calipso_ops. > > Flagged by ./scripts/kernel-doc -none. > > Signed-off-by: George Guo <guodongtai@kylinos.cn> This revision is looking much nicer than the previous 2. But I think it would be best to mention that you are adding a Kernel doc entry, as per my comment on an earlier version: https://lore.kernel.org/netdev/20241025065441.1001852-1-dongtai.guo@linux.dev/T/#mc951365b9ba02e3538efa0f0eb6a215199efc73b ...
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