From patchwork Tue Jun 18 15:20:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 2742951 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 5E1C39F39E for ; Tue, 18 Jun 2013 15:24:50 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1AA06204A3 for ; Tue, 18 Jun 2013 15:24:49 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id EC7262049D for ; Tue, 18 Jun 2013 15:24:46 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uoxju-0003C7-HG; Tue, 18 Jun 2013 15:22:34 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UoxjR-0003G6-VV; Tue, 18 Jun 2013 15:22:06 +0000 Received: from mail-pd0-f181.google.com ([209.85.192.181]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uoxj0-00039G-Lr for linux-arm-kernel@lists.infradead.org; Tue, 18 Jun 2013 15:21:41 +0000 Received: by mail-pd0-f181.google.com with SMTP id 14so3989109pdj.40 for ; Tue, 18 Jun 2013 08:21:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :in-reply-to:references:x-gm-message-state; bh=0ogzg+lNsW1z16o4HiPSAnVDyK/pGyhW0P+HidPKf7U=; b=CKfVrB2QRSXqn4bd1Ov5WXN/6WmXmZNtmbtguMMaN7+HWVB8T4g1bTktBspbF5TXV6 NMH8JbnrOr3/wYkQWGO71HLqdV18N6gDM3Z1eL/0APSA1BJ77kUuvj1V8BoEuTbo2c+W nnk5F13MFgWYJmi1aN/yaVhKVDwYKSJfqenUzKjVYqr8HUn6TMmV6bk60PSU1o1RB+TT UokGwfvPYBOJn5vKCNS4KSvt5OGjTHkDSXN+vJ0tzzjHoo9VfO9R+1xlwSGcsi3waM25 HWSnImv4YbnQkAMhqZGpAq+meF3DABzNhcXnpJ/JrTRm/rai832g5TZbusFLKty9I75o 8TPw== X-Received: by 10.68.60.104 with SMTP id g8mr17588694pbr.55.1371568868325; Tue, 18 Jun 2013 08:21:08 -0700 (PDT) Received: from localhost ([122.167.240.191]) by mx.google.com with ESMTPSA id xz1sm20122473pab.5.2013.06.18.08.21.05 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 18 Jun 2013 08:21:07 -0700 (PDT) From: Viresh Kumar To: wim@iguana.be Subject: [PATCH V3 03/14] watchdog/mpcore_wdt: Fix multiline comments Date: Tue, 18 Jun 2013 20:50:27 +0530 Message-Id: X-Mailer: git-send-email 1.7.12.rc2.18.g61b472e In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQmtIteWGik+F5tciQf/jM0342nC1tUB+rJuVG8ZWQWZ+ieiJQqE3P7zChngE0gsn+0vwtXa X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130618_112138_874347_C45CD75B X-CRM114-Status: GOOD ( 17.59 ) X-Spam-Score: -1.9 (-) Cc: marc.zyngier@arm.com, Viresh Kumar , linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP In case of few multiline comment a 'tab' is present instead of 'space' after the '*' in the second column. Replace tab with space here. Signed-off-by: Viresh Kumar --- drivers/watchdog/mpcore_wdt.c | 42 ++++++++++++++++++++---------------------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/drivers/watchdog/mpcore_wdt.c b/drivers/watchdog/mpcore_wdt.c index bdbe3d8..6e7afe0 100644 --- a/drivers/watchdog/mpcore_wdt.c +++ b/drivers/watchdog/mpcore_wdt.c @@ -1,23 +1,21 @@ /* - * Watchdog driver for the mpcore watchdog timer + * Watchdog driver for the mpcore watchdog timer * - * (c) Copyright 2004 ARM Limited + * (c) Copyright 2004 ARM Limited * - * Based on the SoftDog driver: - * (c) Copyright 1996 Alan Cox , - * All Rights Reserved. + * Based on the SoftDog driver: + * (c) Copyright 1996 Alan Cox , All Rights Reserved. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version + * 2 of the License, or (at your option) any later version. * - * Neither Alan Cox nor CymruNet Ltd. admit liability nor provide - * warranty for any of this software. This material is provided - * "AS-IS" and at no charge. - * - * (c) Copyright 1995 Alan Cox + * Neither Alan Cox nor CymruNet Ltd. admit liability nor provide + * warranty for any of this software. This material is provided + * "AS-IS" and at no charge. * + * (c) Copyright 1995 Alan Cox */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt @@ -67,8 +65,8 @@ MODULE_PARM_DESC(mpcore_noboot, "MPcore watchdog action, " __MODULE_STRING(ONLY_TESTING) ")"); /* - * This is the interrupt handler. Note that we only use this - * in testing mode, so don't actually do a reboot here. + * This is the interrupt handler. Note that we only use this + * in testing mode, so don't actually do a reboot here. */ static irqreturn_t mpcore_wdt_fire(int irq, void *arg) { @@ -85,11 +83,11 @@ static irqreturn_t mpcore_wdt_fire(int irq, void *arg) } /* - * mpcore_wdt_ping - reload the timer + * mpcore_wdt_ping - reload the timer * - * Note that the spec says a DIFFERENT value must be written to the reload - * register each time. The "perturb" variable deals with this by adding 1 - * to the count every other time the function is called. + * Note that the spec says a DIFFERENT value must be written to the reload + * register each time. The "perturb" variable deals with this by adding 1 to + * the count every other time the function is called. */ static int mpcore_wdt_ping(struct watchdog_device *wdd) { @@ -165,8 +163,8 @@ static const struct watchdog_ops mpcore_wdt_ops = { }; /* - * System shutdown handler. Turn off the watchdog if we're - * restarting or halting the system. + * System shutdown handler. Turn off the watchdog if we're restarting or + * halting the system. */ static void mpcore_wdt_shutdown(struct platform_device *pdev) {