Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2017 13:50:10 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r312816 - head/sys/net
Message-ID:  <201701261350.v0QDoAgH019676@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701261350.v0QDoAgH019676>