svn commit: r333170 - head/sys/x86/xen

Roger Pau Monné royger at FreeBSD.org
Wed May 2 10:20:56 UTC 2018


Author: royger
Date: Wed May  2 10:20:55 2018
New Revision: 333170
URL: https://svnweb.freebsd.org/changeset/base/333170

Log:
  xen: fix formatting of xen_init_ops
  
  No functional change
  
  Sponsored by: Citrix Systems R&D

Modified:
  head/sys/x86/xen/pv.c

Modified: head/sys/x86/xen/pv.c
==============================================================================
--- head/sys/x86/xen/pv.c	Wed May  2 10:19:17 2018	(r333169)
+++ head/sys/x86/xen/pv.c	Wed May  2 10:20:55 2018	(r333170)
@@ -119,7 +119,7 @@ struct init_ops xen_init_ops = {
 #ifdef SMP
 	.start_all_aps			= xen_pv_start_all_aps,
 #endif
-	.msi_init =			xen_msi_init,
+	.msi_init			= xen_msi_init,
 };
 
 static struct bios_smap xen_smap[MAX_E820_ENTRIES];


More information about the svn-src-all mailing list