From: Stephen Hemminger <sthem...@microsoft.com>

Proper spacing around callback function.

Signed-off-by: Stephen Hemminger <sthem...@microsoft.com>
---
 include/linux/hyperv.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index 9464ff7..f46159d 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -965,7 +965,7 @@ extern int vmbus_open(struct vmbus_channel *channel,
                            u32 recv_ringbuffersize,
                            void *userdata,
                            u32 userdatalen,
-                           void(*onchannel_callback)(void *context),
+                           void (*onchannel_callback)(void *context),
                            void *context);
 
 extern void vmbus_close(struct vmbus_channel *channel);
@@ -1353,7 +1353,7 @@ struct hyperv_service_callback {
        char *log_msg;
        uuid_le data;
        struct vmbus_channel *channel;
-       void (*callback) (void *context);
+       void (*callback)(void *context);
 };
 
 #define MAX_SRV_VER    0x7ffffff
-- 
2.9.3

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

Reply via email to