]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
genetlink: fix typo in comment
authorAsbjørn Sloth Tønnesen <ast@fiberby.net>
Tue, 2 Sep 2025 15:46:37 +0000 (15:46 +0000)
committerJakub Kicinski <kuba@kernel.org>
Wed, 3 Sep 2025 22:16:49 +0000 (15:16 -0700)
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>
include/net/genetlink.h

index a03d56765832820a84eff3847ae829f583b6a578..7b84f2cef8b1f9134931394a358fb40b0c6cf98f 100644 (file)
@@ -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