From patchwork Thu Jun 2 05:41:07 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brad Hards X-Patchwork-Id: 98351 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 3F701B6F97 for ; Thu, 2 Jun 2011 15:55:41 +1000 (EST) Received: from localhost ([::1]:49355 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QS0sb-0001wv-Rt for incoming@patchwork.ozlabs.org; Thu, 02 Jun 2011 01:55:37 -0400 Received: from eggs.gnu.org ([140.186.70.92]:41202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QS0f9-0007fm-Gd for qemu-devel@nongnu.org; Thu, 02 Jun 2011 01:41:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QS0f7-0003Vm-2W for qemu-devel@nongnu.org; Thu, 02 Jun 2011 01:41:43 -0400 Received: from smtpout3.three.com.au ([202.124.68.59]:36251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QS0f6-0003Vd-DW for qemu-devel@nongnu.org; Thu, 02 Jun 2011 01:41:40 -0400 Received: from auumvs2fe02.three.com.au (auhgvpsmtp.three.com.au [10.176.77.86]) by smtpout3.three.com.au (Postfix) with ESMTP id 4969377C9C; Thu, 2 Jun 2011 15:41:39 +1000 (EST) Received: from localhost.localdomain ([10.224.20.109]) by auumvs2fe02.three.com.au with ESMTP id p525g7Lq013689-p525g7Lv013689; Thu, 2 Jun 2011 15:42:23 +1000 From: Brad Hards To: claunia@claunia.com, qemu-devel@nongnu.org Date: Thu, 2 Jun 2011 15:41:07 +1000 Message-Id: <1306993270-24144-5-git-send-email-bradh@frogmouth.net> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1306993270-24144-1-git-send-email-bradh@frogmouth.net> References: <1306993270-24144-1-git-send-email-bradh@frogmouth.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 202.124.68.59 Cc: Brad Hards Subject: [Qemu-devel] [PATCH 4/7] usb-uvc: fix some spelling issues. X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Brad Hards --- hw/usb-uvc.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/usb-uvc.c b/hw/usb-uvc.c index 20ac23e..5437a13 100644 --- a/hw/usb-uvc.c +++ b/hw/usb-uvc.c @@ -487,7 +487,7 @@ static int usb_uvc_handle_control(USBDevice *dev, USBPacket *p, int request, } else if (((index & 0xFF00) == 0x0500) && ((value & 0xFF00) == 0x0200)) { /* PU_BRIGHTNESS_CONTROL of PROCESSING_UNIT */ - DPRINTF("USB Resquest: Asking for current brightness\n"); + DPRINTF("USB Request: Asking for current brightness\n"); if (length != 2) { DPRINTF("USB Request: Requested %d bytes, expected 2 " "bytes\n", length); @@ -555,7 +555,7 @@ static int usb_uvc_handle_control(USBDevice *dev, USBPacket *p, int request, ret = 1; } else if ((index&0xFF00) == 0x0500 && (value&0xFF00) == 0x0200) { /* PU_BRIGHTNESS_CONTROL of PROCESSING_UNIT */ - DPRINTF("USB Resquest: Asking for minimum brightness\n"); + DPRINTF("USB Request: Asking for minimum brightness\n"); if (length != 2) { DPRINTF("USB Request: Requested %d bytes, expected 2 " "bytes\n", length); @@ -622,7 +622,7 @@ static int usb_uvc_handle_control(USBDevice *dev, USBPacket *p, int request, ret = 1; } else if ((index&0xFF00) == 0x0500 && (value&0xFF00) == 0x0200) { /* PU_BRIGHTNESS_CONTROL of PROCESSING_UNIT */ - DPRINTF("USB Resquest: Asking for maximum brightness\n"); + DPRINTF("USB Request: Asking for maximum brightness\n"); if (length != 2) { DPRINTF("USB Request: Requested %d bytes, expected 2 " "bytes\n", length); @@ -688,7 +688,7 @@ static int usb_uvc_handle_control(USBDevice *dev, USBPacket *p, int request, ret = 1; } else if ((index&0xFF00) == 0x0500 && (value&0xFF00) == 0x0200) { /* PU_BRIGHTNESS_CONTROL of PROCESSING_UNIT */ - DPRINTF("USB Resquest: Asking for default brightness\n"); + DPRINTF("USB Request: Asking for default brightness\n"); if (length != 2) { DPRINTF("USB Request: Requested %d bytes, expected 2 " "bytes\n", length); @@ -770,7 +770,7 @@ static int usb_uvc_handle_control(USBDevice *dev, USBPacket *p, int request, case UVCGetVideoControl | USB_UVC_GET_RES: if ((index&0xFF00) == 0x0500 && (value&0xFF00) == 0x0200) { /* PU_BRIGHTNESS_CONTROL of PROCESSING_UNIT */ - DPRINTF("USB Resquest: Asking for brightness resolution\n"); + DPRINTF("USB Request: Asking for brightness resolution\n"); if (length != 2) { DPRINTF("USB Request: Requested %d bytes, " "expected 2 bytes\n", length);