From patchwork Mon Nov 26 04:09:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 13175 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 4327323E17 for ; Mon, 26 Nov 2012 04:16:38 +0000 (UTC) Received: from mail-ia0-f180.google.com (mail-ia0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id E7158A187CA for ; Mon, 26 Nov 2012 04:16:37 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id t4so4944547iag.11 for ; Sun, 25 Nov 2012 20:16:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=ayXIkfeKrmoEEtvLn2aTiO3/Ys+T/CjXQ5BxPywn9Bs=; b=ocqfPSM5ZenrXBQ6okXxyWZq4hV5jIrFhH5WYsleVah9JjurwCUxiW35kFohpW5V4G bA1eGZwcve5zXP+0xVhyN04cbbrGhAXG7sDRSAbr/Cbqo3EPQmOsCyJ5LvNescsWPy4K q+I1mdtm70deRX0psDVYJTilI1vVpm+qJFfHPan+Ko9p43uaoHFBGIILMQha4bEYzHnV S6BD4KgVh2cXIBW9OqGCrFIG9RiFYGeWjW8LBc+SdfjT00EHYnGxh9+lTRZHJoGOuNA5 q+0NKv3LGFhvvajZdfTI66nO0gfC9EkeQEpQvmvGL/eDeQCW1bvUPhFjpaEL/HSfJQ3G Qqkg== Received: by 10.43.7.132 with SMTP id oo4mr8718165icb.6.1353903397697; Sun, 25 Nov 2012 20:16:37 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp197700igt; Sun, 25 Nov 2012 20:16:37 -0800 (PST) Received: by 10.69.1.35 with SMTP id bd3mr34292964pbd.141.1353903397163; Sun, 25 Nov 2012 20:16:37 -0800 (PST) Received: from mail-da0-f43.google.com (mail-da0-f43.google.com [209.85.210.43]) by mx.google.com with ESMTPS id t9si17358234paz.142.2012.11.25.20.16.36 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 25 Nov 2012 20:16:37 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.43 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.43; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.43 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-da0-f43.google.com with SMTP id u36so6098516dak.16 for ; Sun, 25 Nov 2012 20:16:36 -0800 (PST) Received: by 10.69.0.10 with SMTP id au10mr34293659pbd.18.1353903396910; Sun, 25 Nov 2012 20:16:36 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id yi9sm8036353pbc.39.2012.11.25.20.16.34 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 25 Nov 2012 20:16:36 -0800 (PST) From: Sachin Kamat To: linux-leds@vger.kernel.org Cc: cooloney@gmail.com, rpurdie@rpsys.net, patches@linaro.org, sachin.kamat@linaro.org Subject: [PATCH 07/16] leds: leds-da903x: Fix checkpatch error and warnings Date: Mon, 26 Nov 2012 09:39:35 +0530 Message-Id: <1353902984-10728-8-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1353902984-10728-1-git-send-email-sachin.kamat@linaro.org> References: <1353902984-10728-1-git-send-email-sachin.kamat@linaro.org> X-Gm-Message-State: ALoCoQlDTkkX12L64rcnwfaSQqVB6evoiAvi+DG/KOafXNhWswXZKgG+DFsJiuDP6CBWD9/q7Kev Fixes the following type of checkpatch error and warnings: WARNING: please, no space before tabs ERROR: trailing whitespace WARNING: quoted string split across lines Signed-off-by: Sachin Kamat --- drivers/leds/leds-da903x.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/leds/leds-da903x.c b/drivers/leds/leds-da903x.c index cc77c9d..d7671af 100644 --- a/drivers/leds/leds-da903x.c +++ b/drivers/leds/leds-da903x.c @@ -2,10 +2,10 @@ * LEDs driver for Dialog Semiconductor DA9030/DA9034 * * Copyright (C) 2008 Compulab, Ltd. - * Mike Rapoport + * Mike Rapoport * * Copyright (C) 2006-2008 Marvell International Ltd. - * Eric Miao + * Eric Miao * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -85,7 +85,7 @@ static void da903x_led_set(struct led_classdev *led_cdev, enum led_brightness value) { struct da903x_led *led; - + led = container_of(led_cdev, struct da903x_led, cdev); led->new_brightness = value; schedule_work(&led->work); @@ -156,7 +156,7 @@ static struct platform_driver da903x_led_driver = { module_platform_driver(da903x_led_driver); MODULE_DESCRIPTION("LEDs driver for Dialog Semiconductor DA9030/DA9034"); -MODULE_AUTHOR("Eric Miao " - "Mike Rapoport "); +MODULE_AUTHOR("Eric Miao "); +MODULE_AUTHOR("Mike Rapoport "); MODULE_LICENSE("GPL"); MODULE_ALIAS("platform:da903x-led");