From patchwork Thu Apr 21 09:51:35 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonio Ospite X-Patchwork-Id: 6435 Return-path: Envelope-to: mchehab@pedra Delivery-date: Thu, 21 Apr 2011 14:58:00 -0300 Received: from mchehab by pedra with local (Exim 4.72) (envelope-from ) id 1QCy8d-0001xi-Ig for mchehab@pedra; Thu, 21 Apr 2011 14:58:00 -0300 Received: from casper.infradead.org [85.118.1.10] by pedra with IMAP (fetchmail-6.3.17) for (single-drop); Thu, 21 Apr 2011 14:57:59 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1QCqYY-000837-WC; Thu, 21 Apr 2011 09:52:15 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752114Ab1DUJv4 (ORCPT + 1 other); Thu, 21 Apr 2011 05:51:56 -0400 Received: from smtp207.alice.it ([82.57.200.103]:47846 "EHLO smtp207.alice.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751876Ab1DUJvw (ORCPT ); Thu, 21 Apr 2011 05:51:52 -0400 Received: from jcn (87.3.13.82) by smtp207.alice.it (8.5.124.08) id 4DAB2E6A00640B8C; Thu, 21 Apr 2011 11:51:50 +0200 Received: from ao2 by jcn with local (Exim 4.75) (envelope-from ) id 1QCqY9-0003Mj-G6; Thu, 21 Apr 2011 11:51:49 +0200 From: Antonio Ospite To: linux-media@vger.kernel.org Cc: Drew Fisher , Jean-Francois Moine , Mauro Carvalho Chehab , Antonio Ospite Subject: [PATCH 2/3] gspca - kinect: fix a typo s/steram/stream/ Date: Thu, 21 Apr 2011 11:51:35 +0200 Message-Id: <1303379496-12899-3-git-send-email-ospite@studenti.unina.it> X-Mailer: git-send-email 1.7.4.4 In-Reply-To: <1303379496-12899-1-git-send-email-ospite@studenti.unina.it> References: <4DADF1CB.4050504@redhat.com> <1303379496-12899-1-git-send-email-ospite@studenti.unina.it> Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: From: Drew Fisher Signed-off-by: Drew Fisher Signed-off-by: Antonio Ospite --- drivers/media/video/gspca/kinect.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/gspca/kinect.c b/drivers/media/video/gspca/kinect.c index 79c4ef5..b4f9e2b 100644 --- a/drivers/media/video/gspca/kinect.c +++ b/drivers/media/video/gspca/kinect.c @@ -61,7 +61,7 @@ struct cam_hdr { struct sd { struct gspca_dev gspca_dev; /* !! must be the first item */ uint16_t cam_tag; /* a sequence number for packets */ - uint8_t stream_flag; /* to identify different steram types */ + uint8_t stream_flag; /* to identify different stream types */ uint8_t obuf[0x400]; /* output buffer for control commands */ uint8_t ibuf[0x200]; /* input buffer for control commands */ };