Author: sbruno
Date: Thu Jan 26 13:50:09 2017
New Revision: 312816
URL: https://svnweb.freebsd.org/changeset/base/312816

Log:
  Minor style annoyance.
  
  Submitted by: bde

Modified:
  head/sys/net/iflib.c

Modified: head/sys/net/iflib.c
==============================================================================
--- head/sys/net/iflib.c        Thu Jan 26 13:48:45 2017        (r312815)
+++ head/sys/net/iflib.c        Thu Jan 26 13:50:09 2017        (r312816)
@@ -3755,6 +3755,7 @@ iflib_device_register(device_t dev, void
                device_printf(dev, "qset structure setup failed %d\n", err);
                goto fail_queues;
        }
+
        /*
         * Group taskqueues aren't properly set up until SMP is started,
         * so we disable interrupts until we can handle them post
_______________________________________________
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