summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2016-10-06 19:09:09 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2016-10-06 19:09:09 +0000
commit52c980444f60d25abfc749a2c71508e2327a7476 (patch)
tree7471c0934e92d18066b4a6db1a0560a8b311bc90 /sys/netinet
parentf716d267b01977746f7e5d626e54bdab0ac4ef82 (diff)
Remove redundant comments that say a function must be called at
splsoftnet() if the function does a splsoftassert(IPL_SOFTNET) anyway.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/in_pcb.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c
index 18b5c2e84eb..b4b10be6dbb 100644
--- a/sys/netinet/in_pcb.c
+++ b/sys/netinet/in_pcb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in_pcb.c,v 1.215 2016/09/15 02:00:18 dlg Exp $ */
+/* $OpenBSD: in_pcb.c,v 1.216 2016/10/06 19:09:08 bluhm Exp $ */
/* $NetBSD: in_pcb.c,v 1.25 1996/02/13 23:41:53 christos Exp $ */
/*
@@ -655,8 +655,6 @@ in_setpeeraddr(struct inpcb *inp, struct mbuf *nam)
* cmds that are uninteresting (e.g., no error in the map).
* Call the protocol specific routine (if any) to report
* any errors for each matching socket.
- *
- * Must be called at splsoftnet.
*/
void
in_pcbnotifyall(struct inpcbtable *table, struct sockaddr *dst, u_int rdomain,