From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754093Ab1JYXz3 (ORCPT ); Tue, 25 Oct 2011 19:55:29 -0400 Received: from p3plsmtps2ded01.prod.phx3.secureserver.net ([208.109.80.58]:45532 "HELO p3plsmtps2ded01-01.prod.phx3.secureserver.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753339Ab1JYXz1 (ORCPT ); Tue, 25 Oct 2011 19:55:27 -0400 From: "K. Y. Srinivasan" To: gregkh@suse.de, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, virtualization@lists.osdl.org, ohering@suse.com, dmitry.torokhov@gmail.com, joe@perches.com Cc: "K. Y. Srinivasan" Subject: [PATCH 0/6] Staging: hv: mousevsc: cleanup the mouse driver Date: Tue, 25 Oct 2011 17:18:31 -0700 Message-Id: <1319588311-9935-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 As part of the effort to move the mouse driver out of staging, I had posted the code for review by the community. This patch-set addresses the comments I received. I would like to thank Dmitry and Joe for their comments and suggestions. Regards, K. Y