svn commit: r312816 - head/sys/net

Sean Bruno sbruno at FreeBSD.org
Thu Jan 26 13:50:11 UTC 2017


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


More information about the svn-src-head mailing list