Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2016 05:01:43 +0000 (UTC)
From:      Sepherosa Ziehau <sephe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r301017 - head/sys/dev/hyperv/vmbus/i386
Message-ID:  <201605310501.u4V51hxX039276@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605310501.u4V51hxX039276>