Author: sephe
Date: Mon Apr 25 04:58:14 2016
New Revision: 298568
URL: https://svnweb.freebsd.org/changeset/base/298568

Log:
  hyperv/et: Strip extra white space in function name
  
  Reported by:  Sascha Wildner <saw online de>
  MFC after:    1 week
  Sponsored by: Microsoft OSTC

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

Modified: head/sys/dev/hyperv/vmbus/hv_et.c
==============================================================================
--- head/sys/dev/hyperv/vmbus/hv_et.c   Mon Apr 25 04:36:54 2016        
(r298567)
+++ head/sys/dev/hyperv/vmbus/hv_et.c   Mon Apr 25 04:58:14 2016        
(r298568)
@@ -100,7 +100,7 @@ hv_et_intr(struct trapframe *frame)
 }
 
 static void
-hv_et_identify (driver_t *driver, device_t parent)
+hv_et_identify(driver_t *driver, device_t parent)
 {
        if (device_find_child(parent, "hv_et", -1) != NULL)
                return;
_______________________________________________
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