From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933456Ab1J1VqJ (ORCPT ); Fri, 28 Oct 2011 17:46:09 -0400 Received: from p3plsmtps2ded02.prod.phx3.secureserver.net ([208.109.80.59]:48104 "HELO p3plsmtps2ded02-01.prod.phx3.secureserver.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753172Ab1J1VqI (ORCPT ); Fri, 28 Oct 2011 17:46:08 -0400 From: "K. Y. Srinivasan" To: gregkh@suse.de, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, virtualization@lists.osdl.org, ohering@suse.com, joe@perches.com, dmitry.torokhov@gmail.com, jkosina@suse.cz Cc: "K. Y. Srinivasan" Subject: [PATCH 0/3] Staging: hv: mousevsc: cleanup the mouse driver Date: Fri, 28 Oct 2011 15:10:47 -0700 Message-Id: <1319839847-28959-1-git-send-email-kys@microsoft.com> X-Mailer: git-send-email 1.7.4.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Further cleanup to move the mouse driver out of staging. This patch-set addresses the comments I have received from Jiri, Joe and Greg. Thank you for taking the time to review the code. Regards, K. Y