mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 13:30:45 -05:00
genetlink: fix typo in comment
In this context "not that ..." should properly be "note that ...". Signed-off-by: Asbjørn Sloth Tønnesen <ast@fiberby.net> Reviewed-by: Donald Hunter <donald.hunter@gmail.com> Link: https://patch.msgid.link/20250902154640.759815-4-ast@fiberby.net Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
5fece05445
commit
017bda80fd
@@ -62,7 +62,7 @@ struct genl_info;
|
||||
* @small_ops: the small-struct operations supported by this family
|
||||
* @n_small_ops: number of small-struct operations supported by this family
|
||||
* @split_ops: the split do/dump form of operation definition
|
||||
* @n_split_ops: number of entries in @split_ops, not that with split do/dump
|
||||
* @n_split_ops: number of entries in @split_ops, note that with split do/dump
|
||||
* ops the number of entries is not the same as number of commands
|
||||
* @sock_priv_size: the size of per-socket private memory
|
||||
* @sock_priv_init: the per-socket private memory initializer
|
||||
|
||||
Reference in New Issue
Block a user