staging: hv: fix some white spaces in netvsc driver
authorHaiyang Zhang <haiyangz@microsoft.com>
Fri, 17 Jun 2011 14:58:04 +0000 (07:58 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Jul 2011 16:10:47 +0000 (09:10 -0700)
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/netvsc.c
drivers/staging/hv/netvsc_drv.c

index 1bd920f..dc5e5c4 100644 (file)
@@ -539,10 +539,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);
 
        }
 
index 38ca2c2..61989f0 100644 (file)
@@ -122,7 +122,7 @@ static void netvsc_xmit_completion(void *context)
                atomic_add(num_pages, &net_device_ctx->avail);
                if (atomic_read(&net_device_ctx->avail) >=
                                PACKET_PAGES_HIWATER)
-                       netif_wake_queue(net);
+                       netif_wake_queue(net);
        }
 }