All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Clocking-wizard: Fixed missing blank line warning
@ 2014-12-07  9:05 Athira Lekshmi
  2014-12-08 16:43 ` Sören Brinkmann
  0 siblings, 1 reply; 2+ messages in thread
From: Athira Lekshmi @ 2014-12-07  9:05 UTC (permalink / raw)
  To: gregkh
  Cc: soren.brinkmann, laurent.pinchart, devendra.aaru, athirasnamby,
	linux-kernel, devel, Athira Lekshmi

Added a new line after declaration to remove the warning
'Missing a blank line after declarations'

Signed-off-by: Athira Lekshmi <andnlnbn18@gmail.com>
---
 .../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 471d087..9a7b369 100644
--- a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
+++ b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
@@ -239,6 +239,7 @@ static int clk_wzrd_probe(struct platform_device *pdev)
 	/* register div per output */
 	for (i = WZRD_NUM_OUTPUTS - 1; i >= 0 ; i--) {
 		const char *clkout_name;
+
 		if (of_property_read_string_index(np, "clock-output-names", i,
 						  &clkout_name)) {
 			dev_err(&pdev->dev,
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Clocking-wizard: Fixed missing blank line warning
  2014-12-07  9:05 [PATCH] Clocking-wizard: Fixed missing blank line warning Athira Lekshmi
@ 2014-12-08 16:43 ` Sören Brinkmann
  0 siblings, 0 replies; 2+ messages in thread
From: Sören Brinkmann @ 2014-12-08 16:43 UTC (permalink / raw)
  To: Athira Lekshmi
  Cc: gregkh, laurent.pinchart, devendra.aaru, athirasnamby,
	linux-kernel, devel

On Sun, 2014-12-07 at 02:35PM +0530, Athira Lekshmi wrote:
> Added a new line after declaration to remove the warning
> 'Missing a blank line after declarations'
> 
> Signed-off-by: Athira Lekshmi <andnlnbn18@gmail.com>
Acked-by: Soren Brinkmann <soren.brinkmann@xilinx.com>

	Soren

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-08 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-07  9:05 [PATCH] Clocking-wizard: Fixed missing blank line warning Athira Lekshmi
2014-12-08 16:43 ` Sören Brinkmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.