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

2011-07-05 Thread Greg KH
On Fri, Jun 17, 2011 at 07:58:04AM -0700, Haiyang Zhang wrote:
 Signed-off-by: Haiyang Zhang haiya...@microsoft.com
 Signed-off-by: Abhishek Kane v-abk...@microsoft.com
 Signed-off-by: Hank Janssen hjans...@microsoft.com
 Signed-off-by: K. Y. Srinivasan k...@microsoft.com
 ---
  drivers/staging/hv/netvsc.c |8 
  drivers/staging/hv/netvsc_drv.c |2 +-
  2 files changed, 5 insertions(+), 5 deletions(-)

This is the only patch in the series that would apply (well, I didn't
try the 5/5 patch for the reasons stated there.)

Please redo these against the latest staging-next branch if you want
them applied.

thanks,

greg k-h
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization


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

2011-06-17 Thread Nicolas Kaiser
* Haiyang Zhang haiya...@microsoft.com:
 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
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization