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);
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to