From: Athira Sharikkal <athirasnamby@gmail.com>
To: gregkh@linuxfoundation.org
Cc: soren.brinkmann@xilinx.com, laurent.pinchart@ideasonboard.com,
devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
Athira S <athirasnamby@gmail.com>
Subject: [PATCH] Drivers:staging:clocking-wizard: Added a newline
Date: Sun, 30 Nov 2014 14:09:51 +0530 [thread overview]
Message-ID: <1417336791-11437-1-git-send-email-athirasnamby@gmail.com> (raw)
From: Athira S <athirasnamby@gmail.com>
Fixed checkpatch warning:
Missing a newline after declarations
Signed-off-by: Athira S <athirasnamby@gmail.com>
---
drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
index 7202d8e..bb01cb8 100644
--- a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
+++ b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
@@ -248,6 +248,7 @@ static int clk_wzrd_probe(struct platform_device *pdev)
clkout_name, clk_name, 0, 1, reg);
if (IS_ERR(clk_wzrd->clkout[i])) {
int j;
+
for (j = i + 1; j < WZRD_NUM_OUTPUTS; j++)
clk_unregister(clk_wzrd->clkout[j]);
dev_err(&pdev->dev,
--
1.9.1
next reply other threads:[~2014-11-30 8:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-30 8:39 Athira Sharikkal [this message]
2014-12-01 8:43 ` [PATCH] Drivers:staging:clocking-wizard: Added a newline Dan Carpenter
-- strict thread matches above, loose matches on Subject: below --
2014-11-29 12:33 Athira S
2014-11-29 17:44 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1417336791-11437-1-git-send-email-athirasnamby@gmail.com \
--to=athirasnamby@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=soren.brinkmann@xilinx.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox