svn commit: r364922 - head/sys/dev/mn

Warner Losh imp at FreeBSD.org
Fri Aug 28 17:05:08 UTC 2020


Author: imp
Date: Fri Aug 28 17:05:06 2020
New Revision: 364922
URL: https://svnweb.freebsd.org/changeset/base/364922

Log:
  Update outdated comment
  
  There is no splnet anymore, so update the comment to drop references
  to it.

Modified:
  head/sys/dev/mn/if_mn.c

Modified: head/sys/dev/mn/if_mn.c
==============================================================================
--- head/sys/dev/mn/if_mn.c	Fri Aug 28 16:40:38 2020	(r364921)
+++ head/sys/dev/mn/if_mn.c	Fri Aug 28 17:05:06 2020	(r364922)
@@ -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);


More information about the svn-src-all mailing list