From patchwork Mon Nov 26 04:09:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 13173 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 AD73423E17 for ; Mon, 26 Nov 2012 04:16:32 +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 5D708A1834A for ; Mon, 26 Nov 2012 04:16:32 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id t4so4944547iag.11 for ; Sun, 25 Nov 2012 20:16:31 -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=nl55LoENoSwyg0oRtI3OZS3rAgYrURhpqCLmYKdgBm0=; b=kMxmYOHWIuwpgWP6JcR1lFDmL20P1EWY4aJ840fYOYIkqanvF5x3+lO/xUwoIHtcYa IwQQVJoQNQHZtEFGw3W5aEWzAPX5pvbVeWUMO2rBFw3n4wflA+qsjXPbkOxuCNxmKPvr wYsnJKs0GE210jn6MR6BXC9ykswwtHw4jt/cMRM5qpd3lE6bVEg66zGwG1H7tWLNzM54 zOrJd89xdhJOgkf+ytVCR0jeKcphZkTlI43lUOh3YNSANKdal6rut+1AaMYh7fwvX2tI 2NgK8gfo63FMT4v+X32Q9xc0FjVQpF9Vb6RcmUQSdxC5jCtsM6G5A8T4NtqHABJQ9kDv zllA== Received: by 10.50.42.168 with SMTP id p8mr9742353igl.57.1353903391743; Sun, 25 Nov 2012 20:16:31 -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 n20csp197687igt; Sun, 25 Nov 2012 20:16:31 -0800 (PST) Received: by 10.68.138.198 with SMTP id qs6mr34075214pbb.151.1353903391209; Sun, 25 Nov 2012 20:16:31 -0800 (PST) Received: from mail-da0-f47.google.com (mail-da0-f47.google.com [209.85.210.47]) by mx.google.com with ESMTPS id r9si4265395pax.252.2012.11.25.20.16.30 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 25 Nov 2012 20:16:31 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.47 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.47; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.47 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-f47.google.com with SMTP id s35so1533171dak.34 for ; Sun, 25 Nov 2012 20:16:30 -0800 (PST) Received: by 10.69.1.1 with SMTP id bc1mr33969405pbd.102.1353903390743; Sun, 25 Nov 2012 20:16:30 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id yi9sm8036353pbc.39.2012.11.25.20.16.27 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 25 Nov 2012 20:16:30 -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 05/16] leds: leds-adp5520: Fix checkpatch warnings Date: Mon, 26 Nov 2012 09:39:33 +0530 Message-Id: <1353902984-10728-6-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: ALoCoQmpxCdPFlrfY4PNAu3rCxx5WgkcIoI/dv7b9idona2FJi/7qRjE0567LNE6ZI2Q1VEHPhyA Fixes the following type of checkpatch warnings: WARNING: please, no space before tabs Signed-off-by: Sachin Kamat --- drivers/leds/leds-adp5520.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/leds/leds-adp5520.c b/drivers/leds/leds-adp5520.c index aa56a86..ed15e6e 100644 --- a/drivers/leds/leds-adp5520.c +++ b/drivers/leds/leds-adp5520.c @@ -5,10 +5,10 @@ * * Loosely derived from leds-da903x: * Copyright (C) 2008 Compulab, Ltd. - * Mike Rapoport + * Mike Rapoport * * Copyright (C) 2006-2008 Marvell International Ltd. - * Eric Miao + * Eric Miao * * Licensed under the GPL-2 or later. */