From patchwork Mon Jan 7 04:55:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 13858 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 8BEA723E1F for ; Mon, 7 Jan 2013 05:03:28 +0000 (UTC) Received: from mail-vb0-f43.google.com (mail-vb0-f43.google.com [209.85.212.43]) by fiordland.canonical.com (Postfix) with ESMTP id 4B8DAA186B2 for ; Mon, 7 Jan 2013 05:03:28 +0000 (UTC) Received: by mail-vb0-f43.google.com with SMTP id fs19so18629260vbb.16 for ; Sun, 06 Jan 2013 21:03:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=P6WL4Gl/I25gR+s8DjYi7x3oFWcQ7/Cr/CjrVef3eI8=; b=KSi5wt2I5V3sJij+oS5UjT1FOxcERZXR2UlDQZgy2E7ImMMdb4aDJuc033rtjc9W2o DliX7uXihnA1mpmtHCkiw6D2K7ND7ikYkIB7STP+Tu/67Qi7jiH8EcYMeVx3/H935FwR 5TNdeprmG+Gkiqb2V0L1lfpIJZ+Hj1376fJcLaPlt2vKBI1rzazP73XE9D+b7/3Eo5tV 8FtS8aWETNKKSYpw1PWICMjNxspvyNE5YwKravLGX3vNE98t6AM8Vw176XEM5OUyenKz XtT7yxC/nxr/uWOQbgY2DZd57K/L+4thPR6DNcErkdTQ9KPp4Yak+C52cCQOVvaRhrjQ ndEg== X-Received: by 10.52.18.147 with SMTP id w19mr71796457vdd.94.1357535007842; Sun, 06 Jan 2013 21:03:27 -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.58.145.101 with SMTP id st5csp46176veb; Sun, 6 Jan 2013 21:03:27 -0800 (PST) X-Received: by 10.68.143.162 with SMTP id sf2mr182747916pbb.137.1357535006426; Sun, 06 Jan 2013 21:03:26 -0800 (PST) Received: from mail-pb0-f51.google.com (mail-pb0-f51.google.com [209.85.160.51]) by mx.google.com with ESMTPS id qu6si57963962pbc.225.2013.01.06.21.03.26 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Jan 2013 21:03:26 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.51 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.51; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.51 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-pb0-f51.google.com with SMTP id ro12so10270753pbb.38 for ; Sun, 06 Jan 2013 21:03:26 -0800 (PST) X-Received: by 10.66.75.100 with SMTP id b4mr175114078paw.0.1357535006071; Sun, 06 Jan 2013 21:03:26 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id i1sm37992462pav.35.2013.01.06.21.03.22 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Jan 2013 21:03:25 -0800 (PST) From: Sachin Kamat To: linux-serial@vger.kernel.org Cc: gregkh@linuxfoundation.org, alan@linux.intel.com, jslaby@suse.cz, shawn.guo@linaro.org, s.hauer@pengutronix.de, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 3/5] serial: imx: Fix coding style issue Date: Mon, 7 Jan 2013 10:25:04 +0530 Message-Id: <1357534506-30206-4-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1357534506-30206-1-git-send-email-sachin.kamat@linaro.org> References: <1357534506-30206-1-git-send-email-sachin.kamat@linaro.org> X-Gm-Message-State: ALoCoQmf0fdV+Y5+OloyHfuhuaesU6dy0PcHrijN802TwBA6ZAVDxgbpZH1pFQ3SSXuoDjgvN5h4 Silences the following checkpatch error: ERROR: that open brace { should be on the previous line Cc: Shawn Guo Cc: Sascha Hauer Signed-off-by: Sachin Kamat --- drivers/tty/serial/imx.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c index 426253c..9bec8a2 100644 --- a/drivers/tty/serial/imx.c +++ b/drivers/tty/serial/imx.c @@ -491,8 +491,7 @@ static irqreturn_t imx_txint(int irq, void *dev_id) unsigned long flags; spin_lock_irqsave(&sport->port.lock, flags); - if (sport->port.x_char) - { + if (sport->port.x_char) { /* Send next char */ writel(sport->port.x_char, sport->port.membase + URTX0); goto out;