Author: sephe
Date: Tue May 31 05:01:43 2016
New Revision: 301017
URL: https://svnweb.freebsd.org/changeset/base/301017

Log:
  hyperv/vmbus: Indentation cleanup
  
  No functional changes.
  
  MFC after:    1 week
  Sponsored by: Microsoft OSTC
  Differential Revision:        https://reviews.freebsd.org/D6602

Modified:
  head/sys/dev/hyperv/vmbus/i386/hv_vector.S

Modified: head/sys/dev/hyperv/vmbus/i386/hv_vector.S
==============================================================================
--- head/sys/dev/hyperv/vmbus/i386/hv_vector.S  Tue May 31 04:59:00 2016        
(r301016)
+++ head/sys/dev/hyperv/vmbus/i386/hv_vector.S  Tue May 31 05:01:43 2016        
(r301017)
@@ -35,15 +35,15 @@
  * This is the Hyper-V vmbus channel direct callback interrupt.
  * Only used when it is running on Hyper-V.
  */
-        .text
-        SUPERALIGN_TEXT
+       .text
+       SUPERALIGN_TEXT
 IDTVEC(vmbus_isr)
-        PUSH_FRAME
-        SET_KERNEL_SREGS
-        cld
-        FAKE_MCOUNT(TF_EIP(%esp))
-        pushl   %esp
-        call    vmbus_handle_intr
-        add     $4, %esp
-        MEXITCOUNT
-        jmp     doreti
+       PUSH_FRAME
+       SET_KERNEL_SREGS
+       cld
+       FAKE_MCOUNT(TF_EIP(%esp))
+       pushl   %esp
+       call    vmbus_handle_intr
+       add     $4, %esp
+       MEXITCOUNT
+       jmp     doreti
_______________________________________________
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