From patchwork Wed Nov 28 04:38:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 13254 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 0CDC424259 for ; Wed, 28 Nov 2012 04:44:43 +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 B0442A181D9 for ; Wed, 28 Nov 2012 04:44:42 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id t4so6674792iag.11 for ; Tue, 27 Nov 2012 20:44:42 -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:x-gm-message-state; bh=hEQJn6Tl7N1ymrs0sPquslFUPcG8UANjr+y2lvF7s3s=; b=dyyOS/ZCl++fz3P8ipimUf93CTp0A7Geba24i+gMC+JkmE/6XUt/v1bSxEh83FYK9G 4tj93Yt0jfTWFLIYaId7yJH3OsAQ3i0BoQewkM4VnHS1a4snJmtaVqYNsZY4pSyNbfkL VfoCSX/3i4rIgpXfS2fp6L8/wnCGd8Mw7Y389PiahlvFsd1k3TddkePEWTohHf4ejonb IVGBHB84/vlcKPiwLrwdJBUMs/QtWmQYk5RVCAA+O5VEIf0lWHGoy5UDB7E4Wnt0ZF5W 3KtdAHaq4dYE0NZ3xdbyHIwNYVjpBgfRCgQRwFc8RPz3BgXwFRU9oBUOuoR9HVHJZyxI DFag== Received: by 10.50.91.195 with SMTP id cg3mr20405357igb.57.1354077882111; Tue, 27 Nov 2012 20:44:42 -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 n20csp587560igt; Tue, 27 Nov 2012 20:44:41 -0800 (PST) Received: by 10.68.234.98 with SMTP id ud2mr54943457pbc.136.1354077881190; Tue, 27 Nov 2012 20:44:41 -0800 (PST) Received: from mail-da0-f49.google.com (mail-da0-f49.google.com [209.85.210.49]) by mx.google.com with ESMTPS id xo9si27413950pbc.103.2012.11.27.20.44.40 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 27 Nov 2012 20:44:41 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.49 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.49; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.49 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-f49.google.com with SMTP id v40so5314926dad.22 for ; Tue, 27 Nov 2012 20:44:40 -0800 (PST) Received: by 10.68.243.10 with SMTP id wu10mr54971987pbc.85.1354077880619; Tue, 27 Nov 2012 20:44:40 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id o10sm11831325paz.37.2012.11.27.20.44.37 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 27 Nov 2012 20:44:39 -0800 (PST) From: Sachin Kamat To: linux-leds@vger.kernel.org Cc: cooloney@gmail.com, rpurdie@rpsys.net, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/2] leds: leds-rb532: Fix checkpatch errors Date: Wed, 28 Nov 2012 10:08:09 +0530 Message-Id: <1354077490-22292-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQmm43HE64X8X/9tUt2xxwnQp6wR+zyZN0GzFNMmblvEPcAu91TobxLu/vfQ5whWJ8frGrl+ Fixes the following issues: ERROR: code indent should use tabs where possible WARNING: please, no spaces at the start of a line Signed-off-by: Sachin Kamat --- drivers/leds/leds-rb532.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/leds/leds-rb532.c b/drivers/leds/leds-rb532.c index a7815b6..f4a4851 100644 --- a/drivers/leds/leds-rb532.c +++ b/drivers/leds/leds-rb532.c @@ -16,7 +16,7 @@ #include static void rb532_led_set(struct led_classdev *cdev, - enum led_brightness brightness) + enum led_brightness brightness) { if (brightness) set_latch_u5(LO_ULED, 0);