]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
sctp: correct CONFIG_SCTP_DBG_OBJCNT macro name in comment
authorEthan Nelson-Moore <enelsonmoore@gmail.com>
Sat, 13 Jun 2026 23:37:25 +0000 (16:37 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 15 Jun 2026 22:52:54 +0000 (15:52 -0700)
A comment in <net/sctp/sctp.h> incorrectly refers to
CONFIG_SCTP_DBG_OBJCOUNT instead of CONFIG_SCTP_DBG_OBJCNT. Correct it.

Discovered while searching for CONFIG_* symbols referenced in code but
not defined in any Kconfig file.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Link: https://patch.msgid.link/20260613233725.162470-1-enelsonmoore@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/sctp/sctp.h

index 58242b37b47a1a49f2abd0e9cfab80a28a4625ab..60b073fd3ed839ce30e2b6a6a9a9711751b91c72 100644 (file)
@@ -303,7 +303,7 @@ void sctp_dbg_objcnt_init(struct net *);
 
 static inline void sctp_dbg_objcnt_init(struct net *net) { return; }
 
-#endif /* CONFIG_SCTP_DBG_OBJCOUNT */
+#endif /* CONFIG_SCTP_DBG_OBJCNT */
 
 #if defined CONFIG_SYSCTL
 void sctp_sysctl_register(void);