From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH 0/2] virtio: console: Trivial fixes based on review comments Date: Mon, 8 Mar 2010 23:23:20 +0200 Message-ID: <20100308212319.GA13886@redhat.com> References: <1268038020-12539-1-git-send-email-amit.shah@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1268038020-12539-1-git-send-email-amit.shah@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Amit Shah Cc: virtualization@linux-foundation.org, quintela@redhat.com List-Id: virtualization@lists.linuxfoundation.org On Mon, Mar 08, 2010 at 02:16:58PM +0530, Amit Shah wrote: > Hello, > > Here are a couple of small fixes for the virtio_console code, it's mostly > stylistic fixes. > > Michael, can you push these to Linus? Thanks. We are in fixes only mode now. Does the first patch fix a bug, or is it cosmetic only? > Amit Shah (2): > virtio: console: Fix type of 'len' as unsigned int > virtio: console: Use better variable names for fill_queue operation > > drivers/char/virtio_console.c | 29 ++++++++++++++++------------- > 1 files changed, 16 insertions(+), 13 deletions(-)