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);
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to