Staging: hv: cleanup coding style issues in ChannelInterface.h
Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
d41024f70f
commit
e89ce628ba
|
@ -162,10 +162,7 @@ IVmbusChannelTeardownGpadl(
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
void GetChannelInterface(VMBUS_CHANNEL_INTERFACE *ChannelInterface)
|
||||||
GetChannelInterface(
|
|
||||||
VMBUS_CHANNEL_INTERFACE *ChannelInterface
|
|
||||||
)
|
|
||||||
{
|
{
|
||||||
ChannelInterface->Open = IVmbusChannelOpen;
|
ChannelInterface->Open = IVmbusChannelOpen;
|
||||||
ChannelInterface->Close = IVmbusChannelClose;
|
ChannelInterface->Close = IVmbusChannelClose;
|
||||||
|
@ -180,11 +177,7 @@ GetChannelInterface(
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void
|
void GetChannelInfo(struct hv_device *Device, DEVICE_INFO *DeviceInfo)
|
||||||
GetChannelInfo(
|
|
||||||
struct hv_device *Device,
|
|
||||||
DEVICE_INFO *DeviceInfo
|
|
||||||
)
|
|
||||||
{
|
{
|
||||||
VMBUS_CHANNEL_DEBUG_INFO debugInfo;
|
VMBUS_CHANNEL_DEBUG_INFO debugInfo;
|
||||||
|
|
||||||
|
|
|
@ -27,15 +27,8 @@
|
||||||
|
|
||||||
#include "include/VmbusApi.h"
|
#include "include/VmbusApi.h"
|
||||||
|
|
||||||
static void
|
void GetChannelInterface(VMBUS_CHANNEL_INTERFACE *ChannelInterface);
|
||||||
GetChannelInterface(
|
|
||||||
VMBUS_CHANNEL_INTERFACE *ChannelInterface
|
|
||||||
);
|
|
||||||
|
|
||||||
static void
|
void GetChannelInfo(struct hv_device *Device, DEVICE_INFO *DeviceInfo);
|
||||||
GetChannelInfo(
|
|
||||||
struct hv_device *Device,
|
|
||||||
DEVICE_INFO *DeviceInfo
|
|
||||||
);
|
|
||||||
|
|
||||||
#endif /* _CHANNEL_INTERFACE_H_ */
|
#endif /* _CHANNEL_INTERFACE_H_ */
|
||||||
|
|
Loading…
Reference in New Issue