From patchwork Sat Mar 27 02:27:53 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joe Perches X-Patchwork-Id: 3020 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Sat, 27 Mar 2010 02:30:28 +0000 Received: from bombadil.infradead.org [18.85.46.34] by pedra with IMAP (fetchmail-6.3.6) for (single-drop); Fri, 26 Mar 2010 23:35:02 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1NvLnA-0003HM-DQ; Sat, 27 Mar 2010 02:30:28 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753204Ab0C0C3s (ORCPT + 1 other); Fri, 26 Mar 2010 22:29:48 -0400 Received: from mail.perches.com ([173.55.12.10]:1130 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752709Ab0C0C2B (ORCPT ); Fri, 26 Mar 2010 22:28:01 -0400 Received: from localhost.localdomain (Joe-Laptop.home [192.168.1.151]) by mail.perches.com (Postfix) with ESMTP id E0D6E2436D; Fri, 26 Mar 2010 18:27:54 -0800 (PST) From: Joe Perches To: linux-kernel@vger.kernel.org Cc: Mark McClelland , Mauro Carvalho Chehab , linux-usb@vger.kernel.org, linux-media@vger.kernel.org Subject: [PATCH 4/9] drivers/media: Fix continuation lines Date: Fri, 26 Mar 2010 19:27:53 -0700 Message-Id: <7f93502db8067b13d82ab858b7b6ededd9cf38da.1269655208.git.joe@perches.com> X-Mailer: git-send-email 1.7.0.14.g7e948 In-Reply-To: References: Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Signed-off-by: Joe Perches --- drivers/media/video/ov511.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/ov511.c b/drivers/media/video/ov511.c index e0bce8d..c34325c 100644 --- a/drivers/media/video/ov511.c +++ b/drivers/media/video/ov511.c @@ -57,8 +57,8 @@ #define DRIVER_VERSION "v1.64 for Linux 2.5" #define EMAIL "mark@alpha.dyndns.org" #define DRIVER_AUTHOR "Mark McClelland & Bret Wallach \ - & Orion Sky Lawlor & Kevin Moore & Charl P. Botha \ - & Claudio Matsuoka " +& Orion Sky Lawlor & Kevin Moore & Charl P. Botha \ + & Claudio Matsuoka " #define DRIVER_DESC "ov511 USB Camera Driver" #define OV511_I2C_RETRIES 3