projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dd88b5
)
Staging: hv: fix remaining style issue in ChannelInterface.h
author
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 27 Aug 2009 22:59:39 +0000
(15:59 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 15 Sep 2009 19:01:59 +0000
(12:01 -0700)
It snuck in with the other typedef cleanups, sorry about that.
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/ChannelInterface.h
patch
|
blob
|
history
diff --git
a/drivers/staging/hv/ChannelInterface.h
b/drivers/staging/hv/ChannelInterface.h
index e24f7365ede773a67f1d9f35489e4d74c17df2c4..684b4ca163a17db3f778837f024dbd5281b6a11d 100644
(file)
--- a/
drivers/staging/hv/ChannelInterface.h
+++ b/
drivers/staging/hv/ChannelInterface.h
@@
-29,6
+29,7
@@
void GetChannelInterface(struct vmbus_channel_interface *ChannelInterface);
-void GetChannelInfo(struct hv_device *Device, struct hv_device_info *DeviceInfo);
+void GetChannelInfo(struct hv_device *Device,
+ struct hv_device_info *DeviceInfo);
#endif /* _CHANNEL_INTERFACE_H_ */