Skip to content

Commit

Permalink
Staging: hv: rename the vmbus to "hyperv"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Dec 2, 2010
1 parent a69a669 commit 1953ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/hv/vmbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1953ecf

Please sign in to comment.