Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147470432
D6417.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D6417.diff
View Options
Index: head/sys/dev/hyperv/vmbus/hv_connection.c
===================================================================
--- head/sys/dev/hyperv/vmbus/hv_connection.c
+++ head/sys/dev/hyperv/vmbus/hv_connection.c
@@ -149,7 +149,8 @@
* Send a connect request on the partition service connection
*/
int
-hv_vmbus_connect(void) {
+hv_vmbus_connect(void)
+{
int ret = 0;
uint32_t version;
hv_vmbus_channel_msg_info* msg_info = NULL;
@@ -271,7 +272,8 @@
* Send a disconnect request on the partition service connection
*/
int
-hv_vmbus_disconnect(void) {
+hv_vmbus_disconnect(void)
+{
int ret = 0;
hv_vmbus_channel_unload msg;
@@ -395,7 +397,8 @@
* Send an event notification to the parent
*/
int
-hv_vmbus_set_event(hv_vmbus_channel *channel) {
+hv_vmbus_set_event(hv_vmbus_channel *channel)
+{
int ret = 0;
uint32_t child_rel_id = channel->offer_msg.child_rel_id;
Index: head/sys/dev/hyperv/vmbus/hv_vmbus_drv_freebsd.c
===================================================================
--- head/sys/dev/hyperv/vmbus/hv_vmbus_drv_freebsd.c
+++ head/sys/dev/hyperv/vmbus/hv_vmbus_drv_freebsd.c
@@ -346,7 +346,8 @@
}
static int
-vmbus_probe(device_t dev) {
+vmbus_probe(device_t dev)
+{
if (ACPI_ID_PROBE(device_get_parent(dev), dev, vmbus_ids) == NULL ||
device_get_unit(dev) != 0)
return (ENXIO);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 12, 6:35 AM (9 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29520741
Default Alt Text
D6417.diff (1 KB)
Attached To
Mode
D6417: hyperv/vmbus: Minor function definition style fixup
Attached
Detach File
Event Timeline
Log In to Comment