From patchwork Tue Feb 11 06:55:51 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 3625241 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 753499F2F6 for ; Tue, 11 Feb 2014 07:30:54 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0AA8B201FD for ; Tue, 11 Feb 2014 07:30:49 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7E72D201FA for ; Tue, 11 Feb 2014 07:30:45 +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 1WD7Ib-0007vW-LE; Tue, 11 Feb 2014 06:58:31 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WD7Ht-0000Vl-MX; Tue, 11 Feb 2014 06:57:45 +0000 Received: from mail-ee0-f50.google.com ([74.125.83.50]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WD7Gr-0000MI-1H for linux-arm-kernel@lists.infradead.org; Tue, 11 Feb 2014 06:56:42 +0000 Received: by mail-ee0-f50.google.com with SMTP id d17so3433275eek.9 for ; Mon, 10 Feb 2014 22:56:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references:in-reply-to:references:content-type; bh=yGvL99io3NNhQyWV923HfwtZIPPAjAJmKKQcQEJHp0A=; b=dZNeY7Lyl9MZ9cK/UlZp9cn3bd3FpCeJQW7/HVt8K3cS23NJ/G5xANtbQHjlK7W5Nf A+B979S+5oD0mSs7Lo6NHDHVsAvGYFnJ6llJ/HtWVP9CIfcXuzLNUqkMOq1Bt4dfB/BD Fl6r6mUB+CADEtrfp+uLCt4mV2jXlDQ1/mWypYEWot7rjSd/aKL7EVJz0g7y9jieWTFe Xo558M2MF0Asp/YjKW6ECqrFZkB11fZaPyvH22VLgfZw+A7S09q7tvCPT9x1X5GWyQOH tmbZwwjROh/e9YL3oOzS5rrLp8mtPNAJJ8bLDM8pu7STKMAznijwaHRB90fseg2WmO8s hauA== X-Gm-Message-State: ALoCoQkZu5sAGXjNeiBUCF25PRFh/hSr+dFOaWz/KfBf/i4FkgP9UIjra7qWo01S4ekZr9OtHwvE X-Received: by 10.14.201.66 with SMTP id a42mr711837eeo.97.1392101779372; Mon, 10 Feb 2014 22:56:19 -0800 (PST) Received: from localhost (nat-63.starnet.cz. [178.255.168.63]) by mx.google.com with ESMTPSA id v6sm43369561eef.2.2014.02.10.22.56.17 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Mon, 10 Feb 2014 22:56:17 -0800 (PST) From: Michal Simek To: linux-kernel@vger.kernel.org, monstr@monstr.eu Subject: [PATCH v2 08/11] watchdog: xilinx: Use correct comment indentation Date: Tue, 11 Feb 2014 07:55:51 +0100 Message-Id: <12517c3d533eeec7f57e9b9a67c851e39abeb32e.1392101734.git.michal.simek@xilinx.com> X-Mailer: git-send-email 1.8.2.3 In-Reply-To: References: In-Reply-To: References: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140211_015641_253821_14A794D9 X-CRM114-Status: GOOD ( 12.85 ) X-Spam-Score: -1.9 (-) Cc: linux-arm-kernel@lists.infradead.org, Wim Van Sebroeck , linux-watchdog@vger.kernel.org, Guenter Roeck 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=-4.8 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_TVD_MIME_NO_HEADERS, 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 No functional changes. Signed-off-by: Michal Simek Reviewed-by: Guenter Roeck --- Changes in v2: None drivers/watchdog/of_xilinx_wdt.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- 1.8.2.3 diff --git a/drivers/watchdog/of_xilinx_wdt.c b/drivers/watchdog/of_xilinx_wdt.c index bb03e5b..dad8fb5 100644 --- a/drivers/watchdog/of_xilinx_wdt.c +++ b/drivers/watchdog/of_xilinx_wdt.c @@ -191,10 +191,10 @@ static int xwdt_probe(struct platform_device *pdev) if (enable_once) watchdog_set_nowayout(xilinx_wdt_wdd, true); -/* - * Twice of the 2^wdt_interval / freq because the first wdt overflow is - * ignored (interrupt), reset is only generated at second wdt overflow - */ + /* + * Twice of the 2^wdt_interval / freq because the first wdt overflow is + * ignored (interrupt), reset is only generated at second wdt overflow + */ if (!no_timeout) xilinx_wdt_wdd->timeout = 2 * ((1 << xdev->wdt_interval) / pfreq);