vmware balloon: rename module
authorDmitry Torokhov <dtor@vmware.com>
Wed, 22 Sep 2010 20:04:57 +0000 (13:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Sep 2010 00:22:38 +0000 (17:22 -0700)
commitd544b7a40ad3423676b8876aad64fc5f87296b2d
treef08302b1ce132a71aa8702841846a94ef8e999f3
parent710224fa2750cf449c02dd115548acebfdd2c86a
vmware balloon: rename module

In an effort to minimize customer confusion we want to unify naming
convention for VMware-provided kernel modules.  This change renames the
balloon driver from vmware_ballon to vmw_balloon.

We expect to follow this naming convention (vmw_<module_name>) for all
modules that are part of mainline kernel and/or being distributed by
VMware, with the sole exception of vmxnet3 driver (since the name of
mainline driver happens to match with the name used in VMware Tools).

Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
Acked-by: Bhavesh Davda <bhavesh@vmware.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/vmw_balloon.c [new file with mode: 0644]
drivers/misc/vmware_balloon.c [deleted file]