Re: [PATCH 1/5] staging: hv: fix some white spaces in netvsc driver

From: Nicolas Kaiser
Date: Fri Jun 17 2011 - 12:06:08 EST


* Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>:
> diff --git a/drivers/staging/hv/netvsc.c b/drivers/staging/hv/netvsc.c
> index 0ae35e7..b6e1fb9 100644
> --- a/drivers/staging/hv/netvsc.c
> +++ b/drivers/staging/hv/netvsc.c
> @@ -525,10 +525,10 @@ int netvsc_send(struct hv_device *device,
> (unsigned long)packet);
> } else {
> ret = vmbus_sendpacket(device->channel, &sendMessage,
> - sizeof(struct nvsp_message),
> - (unsigned long)packet,
> - VM_PKT_DATA_INBAND,
> - VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED);
> + sizeof(struct nvsp_message),
> + (unsigned long)packet,
> + VM_PKT_DATA_INBAND,
> + VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED);

Why? The arguments were nicely aligned.

Best regards,
Nicolas Kaiser
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/