Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net/npf npf(9): Update comment to reduce diff from upstr...



details:   https://anonhg.NetBSD.org/src/rev/a2908e0e86cf
branches:  trunk
changeset: 373166:a2908e0e86cf
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Jan 22 18:39:35 2023 +0000

description:
npf(9): Update comment to reduce diff from upstream.

No functional change.

diffstat:

 sys/net/npf/npf_conn.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 97e5c73e2f0c -r a2908e0e86cf sys/net/npf/npf_conn.c
--- a/sys/net/npf/npf_conn.c    Sun Jan 22 18:39:22 2023 +0000
+++ b/sys/net/npf/npf_conn.c    Sun Jan 22 18:39:35 2023 +0000
@@ -97,14 +97,14 @@
  *
  * Lock order
  *
- *     npf->config_lock ->
+ *     npf_t::config_lock ->
  *             conn_lock ->
  *                     npf_conn_t::c_lock
  */
 
 #ifdef _KERNEL
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: npf_conn.c,v 1.34 2022/02/13 19:20:23 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: npf_conn.c,v 1.35 2023/01/22 18:39:35 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>



Home | Main Index | Thread Index | Old Index