Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: hv: rename the vmbus to "hyperv"

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>

+1 -1
+1 -1
drivers/staging/hv/vmbus.c
··· 27 27 #include "version_info.h" 28 28 #include "vmbus_private.h" 29 29 30 - static const char *gDriverName = "vmbus"; 30 + static const char *gDriverName = "hyperv"; 31 31 32 32 /* 33 33 * Windows vmbus does not defined this.