projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a69a669
)
Staging: hv: rename the vmbus to "hyperv"
author
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 2 Dec 2010 19:28:28 +0000
(11:28 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 2 Dec 2010 19:28:28 +0000
(11:28 -0800)
This changes the name of the bus in sysfs from "vmbus" to "hyperv" which
is the name it should show (vmbus is way to generic).
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/vmbus.c
patch
|
blob
|
history
diff --git
a/drivers/staging/hv/vmbus.c
b/drivers/staging/hv/vmbus.c
index
650a975
..
df342f2
100644
(file)
--- a/
drivers/staging/hv/vmbus.c
+++ b/
drivers/staging/hv/vmbus.c
@@
-27,7
+27,7
@@
#include "version_info.h"
#include "vmbus_private.h"
-static const char *gDriverName = "
vmbus
";
+static const char *gDriverName = "
hyperv
";
/*
* Windows vmbus does not defined this.