[ovs-dev] [PATCH 04/19] datapath: Fix indentation in patch-vport.c.

Jesse Gross jesse at nicira.com
Thu Dec 9 06:14:02 UTC 2010


Convert spaces to tabs in indents.

Signed-off-by: Jesse Gross <jesse at nicira.com>
---
 datapath/vport-patch.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/datapath/vport-patch.c b/datapath/vport-patch.c
index d49f83d..d27509a 100644
--- a/datapath/vport-patch.c
+++ b/datapath/vport-patch.c
@@ -130,8 +130,8 @@ static struct vport *patch_create(const struct vport_parms *parms)
 
 	vport_gen_rand_ether_addr(patch_vport->devconf->eth_addr);
 
-    /* Make the default MTU fairly large so that it doesn't become the
-     * bottleneck on systems using jumbo frames. */
+	/* Make the default MTU fairly large so that it doesn't become the
+	 * bottleneck on systems using jumbo frames. */
 	patch_vport->devconf->mtu = 65535;
 
 	hlist_add_head(&patch_vport->hash_node, hash_bucket(patch_vport->peer_name));
-- 
1.7.1





More information about the dev mailing list