Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1280832 > unrolled thread

[PATCH] staging: clocking-wizard: add blank line after struct declaration.

Started byChristian Colic <colic.christian@gmail.com>
First post2015-12-01 14:00 +0100
Last post2015-12-01 18:00 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] staging: clocking-wizard: add blank line after struct  declaration. Christian Colic <colic.christian@gmail.com> - 2015-12-01 14:00 +0100
    Re: [PATCH] staging: clocking-wizard: add blank line after struct  declaration. Sören Brinkmann <soren.brinkmann@xilinx.com> - 2015-12-01 18:00 +0100

#1280832 — [PATCH] staging: clocking-wizard: add blank line after struct declaration.

FromChristian Colic <colic.christian@gmail.com>
Date2015-12-01 14:00 +0100
Subject[PATCH] staging: clocking-wizard: add blank line after struct declaration.
Message-ID<qASHf-1kx-9@gated-at.bofh.it>
Add blank line after struct declaration to fix checkpatch check.

Signed-off-by: Christian Colic <colic.christian@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 b8e2f61..1cbf5eb 100644
--- a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
+++ b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
@@ -71,6 +71,7 @@ struct clk_wzrd {
 	int speed_grade;
 	bool suspended;
 };
+
 #define to_clk_wzrd(_nb) container_of(_nb, struct clk_wzrd, nb)
 
 /* maximum frequencies for input/output clocks per speed grade */
-- 
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1281046

FromSören Brinkmann <soren.brinkmann@xilinx.com>
Date2015-12-01 18:00 +0100
Message-ID<qAWrw-3Jy-19@gated-at.bofh.it>
In reply to#1280832
On Tue, 2015-12-01 at 01:56PM +0100, Christian Colic wrote:
> Add blank line after struct declaration to fix checkpatch check.
> 
> Signed-off-by: Christian Colic <colic.christian@gmail.com>
Reviewed-by: Sören Brinkmann <soren.brinkmann@xilinx.com>

	Thanks,
	Sören
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web