From: Lei Xia Date: Thu, 30 Jun 2011 22:13:57 +0000 (-0500) Subject: alignment format fix X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=1d5e0fcea2007c9f068cded1e98d17c80a306a19 alignment format fix --- diff --git a/linux_module/iface-packet.c b/linux_module/iface-packet.c index 47b3658..b067987 100644 --- a/linux_module/iface-packet.c +++ b/linux_module/iface-packet.c @@ -1,7 +1,7 @@ /* - * Palacios Raw Packet Interface Implementation - * (c) Lei Xia 2010 - */ + * Palacios Raw Packet Interface Implementation + * (c) Lei Xia 2010 + */ #include #include diff --git a/linux_module/iface-socket.c b/linux_module/iface-socket.c index 89b0f80..979558c 100644 --- a/linux_module/iface-socket.c +++ b/linux_module/iface-socket.c @@ -1,7 +1,7 @@ - /* - * Palacios Socket Interface Implementation - * (c) Lei Xia 2010 - */ +/* + * Palacios Socket Interface Implementation + * (c) Lei Xia 2010 + */ #include diff --git a/linux_module/iface-stream.h b/linux_module/iface-stream.h index 49b9118..aba5dd7 100644 --- a/linux_module/iface-stream.h +++ b/linux_module/iface-stream.h @@ -1,7 +1,7 @@ /* - * Stream - * (c) Lei Xia 2010 - */ + * Stream + * (c) Lei Xia 2010 + */ #ifndef __IFACE_STREAM_H__ diff --git a/linux_module/palacios-vnet-brg.c b/linux_module/palacios-vnet-brg.c index fda1775..81af9a4 100644 --- a/linux_module/palacios-vnet-brg.c +++ b/linux_module/palacios-vnet-brg.c @@ -1,8 +1,7 @@ /* - * Palacios VNET Host Bridge - * (c) Lei Xia 2010 - */ - + * Palacios VNET Host Bridge + * (c) Lei Xia 2010 + */ #include #include diff --git a/linux_module/palacios-vnet-ctrl.c b/linux_module/palacios-vnet-ctrl.c index f38b9ff..429f79d 100644 --- a/linux_module/palacios-vnet-ctrl.c +++ b/linux_module/palacios-vnet-ctrl.c @@ -1,7 +1,7 @@ /* - * Palacios VNET Control Module - * (c) Lei Xia 2010 - */ + * Palacios VNET Control Module + * (c) Lei Xia 2010 + */ #include #include diff --git a/linux_module/palacios-vnet.c b/linux_module/palacios-vnet.c index 2cd0ee2..a955379 100644 --- a/linux_module/palacios-vnet.c +++ b/linux_module/palacios-vnet.c @@ -1,7 +1,7 @@ /* - * Palacios VNET Host Hooks Implementations - * Lei Xia 2010 - */ + * Palacios VNET Host Hooks Implementations + * Lei Xia 2010 + */ #include #include diff --git a/linux_module/util-queue.c b/linux_module/util-queue.c index ee32439..0c51f8d 100644 --- a/linux_module/util-queue.c +++ b/linux_module/util-queue.c @@ -1,7 +1,7 @@ /* - * Queue implementation - * Jack Lange 2011 - */ + * Queue implementation + * Jack Lange 2011 + */ #include diff --git a/linux_module/util-queue.h b/linux_module/util-queue.h index 68e4e6e..d4c8ddd 100644 --- a/linux_module/util-queue.h +++ b/linux_module/util-queue.h @@ -1,7 +1,7 @@ /* - * Queue implementation - * Jack Lange 2011 - */ + * Queue implementation + * Jack Lange 2011 + */ #ifndef __PALACIOS_QUEUE_H__ #define __PALACIOS_QUEUE_H__ diff --git a/linux_module/util-ringbuffer.c b/linux_module/util-ringbuffer.c index 924e8af..d52d25d 100644 --- a/linux_module/util-ringbuffer.c +++ b/linux_module/util-ringbuffer.c @@ -1,7 +1,7 @@ /* - * Ringbuffer implementation - * (c) Lei Xia 2010 - */ + * Ringbuffer implementation + * (c) Lei Xia 2010 + */ #include diff --git a/linux_module/util-ringbuffer.h b/linux_module/util-ringbuffer.h index fc5ca7c..051a4ff 100644 --- a/linux_module/util-ringbuffer.h +++ b/linux_module/util-ringbuffer.h @@ -1,7 +1,7 @@ /* - * Ringbuffer - * (c) Lei Xia 2010 - */ + * Ringbuffer + * (c) Lei Xia 2010 + */ #ifndef __PALACIOS_RING_BUFFER_H__