From 8383142cb15fb541fc0a5603a6b8f83b80640bd6 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 28 Aug 2020 17:05:06 +0000 Subject: [PATCH] Update outdated comment There is no splnet anymore, so update the comment to drop references to it. --- sys/dev/mn/if_mn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/mn/if_mn.c b/sys/dev/mn/if_mn.c index 8e99188c041e..a494266c4c3d 100644 --- a/sys/dev/mn/if_mn.c +++ b/sys/dev/mn/if_mn.c @@ -743,7 +743,7 @@ ngmn_connect(hook_p hook) if (!(u & 1)) printf("%s: init chan %d stat %08x\n", sc->name, chan, u); sc->m32x->stat = 1; - /* probably not at splnet, force outward queueing */ + /* force outward queueing */ NG_HOOK_FORCE_QUEUE(NG_HOOK_PEER(hook)); return (0);