From patchwork Mon Nov 5 23:28:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonio Ospite X-Patchwork-Id: 15355 Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1TVW61-000421-L4 for patchwork@linuxtv.org; Tue, 06 Nov 2012 00:28:45 +0100 X-tubIT-Incoming-IP: 209.132.180.67 Received: from vger.kernel.org ([209.132.180.67]) by mail.tu-berlin.de (exim-4.75/mailfrontend-4) with esmtp for id 1TVW61-0003jR-9x; Tue, 06 Nov 2012 00:28:45 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933338Ab2KEX2k (ORCPT ); Mon, 5 Nov 2012 18:28:40 -0500 Received: from smtp205.alice.it ([82.57.200.101]:53635 "EHLO smtp205.alice.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933309Ab2KEX2j (ORCPT ); Mon, 5 Nov 2012 18:28:39 -0500 Received: from jcn (79.3.140.100) by smtp205.alice.it (8.6.058.01) id 509131EE00B14201; Tue, 6 Nov 2012 00:28:37 +0100 Received: from ao2 by jcn with local (Exim 4.80) (envelope-from ) id 1TVW5h-0004jH-9z; Tue, 06 Nov 2012 00:28:25 +0100 From: Antonio Ospite To: linux-media@vger.kernel.org Cc: Mauro Carvalho Chehab , Antti Palosaari , Michael Krufky , Patrick Boettcher , Antonio Ospite Subject: [PATCH 5/5] [media] m920x: fix a typo in a comment Date: Tue, 6 Nov 2012 00:28:16 +0100 Message-Id: <1352158096-17737-6-git-send-email-ospite@studenti.unina.it> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1352158096-17737-1-git-send-email-ospite@studenti.unina.it> References: <1352158096-17737-1-git-send-email-ospite@studenti.unina.it> X-Face: z*RaLf`X<@C75u6Ig9}{oW$H; 1_\2t5)({*|jhM/Vb; ]yA5\I~93>J<_`<4)A{':UrE Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-PMX-Version: 5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2012.11.5.231827 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' MULTIPLE_RCPTS 0.1, HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1000_LESS 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, BODY_SIZE_800_899 0, URI_ENDS_IN_HTML 0, __ANY_URI 0, __CP_URI_IN_BODY 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __HAS_X_MAILING_LIST 0, __MIME_TEXT_ONLY 0, __MULTIPLE_RCPTS_CC_X2 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __URI_NO_WWW 0, __URI_NS ' Signed-off-by: Antonio Ospite --- drivers/media/usb/dvb-usb/m920x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/usb/dvb-usb/m920x.c b/drivers/media/usb/dvb-usb/m920x.c index ec820ec..c66c78c 100644 --- a/drivers/media/usb/dvb-usb/m920x.c +++ b/drivers/media/usb/dvb-usb/m920x.c @@ -610,7 +610,7 @@ static struct m920x_inits tvwalkertwin_rc_init [] = { }; static struct m920x_inits pinnacle310e_init[] = { - /* without these the tuner don't work */ + /* without these the tuner doesn't work */ { 0xff20, 0x9b }, { 0xff22, 0x70 },