diff options
author | Dmitry Torokhov <[email protected]> | 2014-06-20 10:14:58 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2014-06-20 11:47:33 -0700 |
commit | 73b35d07ee20d6af95359fb86540528709dd58bb (patch) | |
tree | 52c7990aba528a902cae5088a2138fead9459184 | |
parent | 37014f5bd069d4ea1a509ae1a978a74b1aa920b2 (diff) |
MAINTAINERS: add entry for VMware Balloon driver
Signed-off-by: Dmitry Torokhov <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | MAINTAINERS | 8 | ||||
-rw-r--r-- | drivers/misc/vmw_balloon.c | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 134483f206e4..8baf56df3d84 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9743,6 +9743,14 @@ L: [email protected] S: Supported F: arch/x86/kernel/cpu/vmware.c +VMWARE BALLOON DRIVER +M: Xavier Deguillard <[email protected]> +M: Philip Moltmann <[email protected]> +M: "VMware, Inc." <[email protected]> +S: Maintained +F: drivers/misc/vmw_balloon.c + VMWARE VMXNET3 ETHERNET DRIVER M: Shreyas Bhatewara <[email protected]> M: "VMware, Inc." <[email protected]> diff --git a/drivers/misc/vmw_balloon.c b/drivers/misc/vmw_balloon.c index 2421835d5daf..191617492181 100644 --- a/drivers/misc/vmw_balloon.c +++ b/drivers/misc/vmw_balloon.c @@ -17,7 +17,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Maintained by: Dmitry Torokhov <[email protected]> + * Maintained by: Xavier Deguillard <[email protected]> + * Philip Moltmann <[email protected]> */ /* |