From 6068bd7c29bb2dcbb2aa7dd6c90a41c0839d162d Mon Sep 17 00:00:00 2001 From: Jesse Gross Date: Mon, 6 Dec 2010 15:50:16 -0800 Subject: [PATCH] datapath: Fix indentation in patch-vport.c. Convert spaces to tabs in indents. Signed-off-by: Jesse Gross Acked-by: Ben Pfaff --- datapath/vport-patch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datapath/vport-patch.c b/datapath/vport-patch.c index d49f83d36..d27509a16 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)); -- 2.45.2