On Tue, Oct 04, 2016 at 10:16:41AM -0400, David Kershner wrote:
> From: Erik Arfvidson <erik.arfvid...@unisys.com>
> 
> This patch fixes space and tab aligned comments in
> controlvmchannel.h.

It does?

> 
> Signed-off-by: Erik Arfvidson <erik.arfvid...@unisys.com>
> Signed-off-by: David Kershner <david.kersh...@unisys.com>
> ---
>  drivers/staging/unisys/visorbus/controlvmchannel.h | 42 
> +++++++++++-----------
>  1 file changed, 21 insertions(+), 21 deletions(-)
> 
> diff --git a/drivers/staging/unisys/visorbus/controlvmchannel.h 
> b/drivers/staging/unisys/visorbus/controlvmchannel.h
> index b904376..9599d80 100644
> --- a/drivers/staging/unisys/visorbus/controlvmchannel.h
> +++ b/drivers/staging/unisys/visorbus/controlvmchannel.h
> @@ -33,7 +33,7 @@
>   * software.  Note that you can usually add fields to the END of the
>   * channel struct withOUT needing to increment this.
>   */
> -#define ULTRA_CONTROLVM_CHANNEL_PROTOCOL_VERSIONID  1
> +#define ULTRA_CONTROLVM_CHANNEL_PROTOCOL_VERSIONID 1
>  
>  #define SPAR_CONTROLVM_CHANNEL_OK_CLIENT(ch)           \
>       spar_check_channel_client(ch, \
> @@ -44,13 +44,13 @@
>               ULTRA_CONTROLVM_CHANNEL_PROTOCOL_SIGNATURE)
>  
>  /* Defines for various channel queues */
> -#define CONTROLVM_QUEUE_REQUEST              0
> -#define CONTROLVM_QUEUE_RESPONSE     1
> -#define CONTROLVM_QUEUE_EVENT                2
> -#define CONTROLVM_QUEUE_ACK          3
> +#define CONTROLVM_QUEUE_REQUEST 0
> +#define CONTROLVM_QUEUE_RESPONSE 1
> +#define CONTROLVM_QUEUE_EVENT 2
> +#define CONTROLVM_QUEUE_ACK 3

That looks better now?  Doesn't to me :(

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to