linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Staging: clocking-wizard: Added a blank line after declaration
@ 2014-12-21  2:33 Mohammad Jamal
  2014-12-21  6:11 ` Sören Brinkmann
  0 siblings, 1 reply; 3+ messages in thread
From: Mohammad Jamal @ 2014-12-21  2:33 UTC (permalink / raw)
  To: gregkh
  Cc: soren.brinkmann, laurent.pinchart, md.jamalmohiuddin,
	devendra.aaru, athirasnamby, devel, linux-kernel

Fix the coding style issue by adding blank line after declaration

Signed-off-by: Mohammad Jamal <md.jamalmohiuddin@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..ea8d561 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] 3+ messages in thread

* Re: [PATCH] Staging: clocking-wizard: Added a blank line after declaration
  2014-12-21  2:33 [PATCH] Staging: clocking-wizard: Added a blank line after declaration Mohammad Jamal
@ 2014-12-21  6:11 ` Sören Brinkmann
  2015-01-18  0:06   ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Sören Brinkmann @ 2014-12-21  6:11 UTC (permalink / raw)
  To: Mohammad Jamal
  Cc: gregkh, laurent.pinchart, devendra.aaru, athirasnamby, devel,
	linux-kernel

Hi Mohammad,

On Sun, 2014-12-21 at 08:03AM +0530, Mohammad Jamal wrote:
> Fix the coding style issue by adding blank line after declaration
> 
> Signed-off-by: Mohammad Jamal <md.jamalmohiuddin@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..ea8d561 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,

I think the same patch had already been sent to the list by somebody
else. Not sure whether Greg picked it up yet.
Either way, feel free to add my
Acked-by: Soren Brinkmann <soren.brinkmann@xilinx.com>

	Sören

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

* Re: [PATCH] Staging: clocking-wizard: Added a blank line after declaration
  2014-12-21  6:11 ` Sören Brinkmann
@ 2015-01-18  0:06   ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2015-01-18  0:06 UTC (permalink / raw)
  To: Sören Brinkmann
  Cc: Mohammad Jamal, laurent.pinchart, devendra.aaru, athirasnamby,
	devel, linux-kernel

On Sat, Dec 20, 2014 at 10:11:56PM -0800, Sören Brinkmann wrote:
> Hi Mohammad,
> 
> On Sun, 2014-12-21 at 08:03AM +0530, Mohammad Jamal wrote:
> > Fix the coding style issue by adding blank line after declaration
> > 
> > Signed-off-by: Mohammad Jamal <md.jamalmohiuddin@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..ea8d561 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,
> 
> I think the same patch had already been sent to the list by somebody
> else. Not sure whether Greg picked it up yet.
> Either way, feel free to add my
> Acked-by: Soren Brinkmann <soren.brinkmann@xilinx.com>

I now have, so this one will not apply :(

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

end of thread, other threads:[~2015-01-18  0:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-21  2:33 [PATCH] Staging: clocking-wizard: Added a blank line after declaration Mohammad Jamal
2014-12-21  6:11 ` Sören Brinkmann
2015-01-18  0:06   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).