diff options
-rw-r--r-- | drivers/staging/hv/channel_interface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/hv/channel_interface.h b/drivers/staging/hv/channel_interface.h index 1007612c15a..82cff3d7f06 100644 --- a/drivers/staging/hv/channel_interface.h +++ b/drivers/staging/hv/channel_interface.h @@ -27,7 +27,7 @@ #include "vmbus_api.h" -void get_channel_info(struct hv_device *Device, - struct hv_device_info *DeviceInfo); +void get_channel_info(struct hv_device *device, + struct hv_device_info *info); #endif /* _CHANNEL_INTERFACE_H_ */ |