Staging: hv: rename the vmbus to "hyperv"
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 2 Dec 2010 19:28:28 +0000 (11:28 -0800)
committerGreg 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

index 650a97598f1742398a25e4adb782ecf7a6fbe4de..df342f285c0435197703fa5cff3b3dba178f915f 100644 (file)
@@ -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.
This page took 0.024854 seconds and 5 git commands to generate.