Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Apr 2016 04:56:23 +0000 (UTC)
From:      Sepherosa Ziehau <sephe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r297805 - head/sys/dev/hyperv/vmbus
Message-ID:  <201604110456.u3B4uNak097279@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sephe
Date: Mon Apr 11 04:56:23 2016
New Revision: 297805
URL: https://svnweb.freebsd.org/changeset/base/297805

Log:
  hyperv: Break long line
  
  MFC after:	1 week
  Sponsored by:	Microsoft OSTC

Modified:
  head/sys/dev/hyperv/vmbus/hv_hv.c

Modified: head/sys/dev/hyperv/vmbus/hv_hv.c
==============================================================================
--- head/sys/dev/hyperv/vmbus/hv_hv.c	Mon Apr 11 04:49:21 2016	(r297804)
+++ head/sys/dev/hyperv/vmbus/hv_hv.c	Mon Apr 11 04:56:23 2016	(r297805)
@@ -484,4 +484,5 @@ hyperv_init(void *dummy __unused)
 		tc_init(&hv_timecounter);
 	}
 }
-SYSINIT(hyperv_initialize, SI_SUB_HYPERVISOR, SI_ORDER_FIRST, hyperv_init, NULL);
+SYSINIT(hyperv_initialize, SI_SUB_HYPERVISOR, SI_ORDER_FIRST, hyperv_init,
+    NULL);



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