svn commit: r297805 - head/sys/dev/hyperv/vmbus
Sepherosa Ziehau
sephe at FreeBSD.org
Mon Apr 11 04:56:24 UTC 2016
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);
More information about the svn-src-head
mailing list