All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/3] staging: wilc1000: wilc_spi: Add blank line
@ 2017-03-08 17:06 Tamara Diaconita
  2017-03-08 20:27 ` [Outreachy kernel] " Alison Schofield
  0 siblings, 1 reply; 2+ messages in thread
From: Tamara Diaconita @ 2017-03-08 17:06 UTC (permalink / raw)
  To: aditya.shankar, ganesh.krishna, gregkh, outreachy-kernel; +Cc: Tamara Diaconita

Add a blank line after a function.

Fix the checkpath.pl issue:
CHECK: Please use a blank line after function/struct/union.

Signed-off-by: Tamara Diaconita <diaconita.tamara@gmail.com>
---
 drivers/staging/wilc1000/wilc_spi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/wilc1000/wilc_spi.c b/drivers/staging/wilc1000/wilc_spi.c
index 4a4b8c3..82d162d 100644
--- a/drivers/staging/wilc1000/wilc_spi.c
+++ b/drivers/staging/wilc1000/wilc_spi.c
@@ -1146,6 +1146,7 @@ static int wilc_spi_sync_ext(struct wilc *wilc, int nint)
 
 	return 1;
 }
+
 /********************************************
  *
  *      Global spi HIF function table
-- 
2.9.3



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

* Re: [Outreachy kernel] [PATCH 3/3] staging: wilc1000: wilc_spi: Add blank line
  2017-03-08 17:06 [PATCH 3/3] staging: wilc1000: wilc_spi: Add blank line Tamara Diaconita
@ 2017-03-08 20:27 ` Alison Schofield
  0 siblings, 0 replies; 2+ messages in thread
From: Alison Schofield @ 2017-03-08 20:27 UTC (permalink / raw)
  To: Tamara Diaconita
  Cc: aditya.shankar, ganesh.krishna, gregkh, outreachy-kernel,
	Tamara Diaconita

On Wed, Mar 08, 2017 at 07:06:52PM +0200, Tamara Diaconita wrote:
> Add a blank line after a function.
> 
> Fix the checkpath.pl issue:
               ^^^^checkpatch

Hi Tamara, 

This one looks good, but since you're going to rev the
patchset for the others, I'm going to be picky and ask you to
update this for the checkpatch spelling and for the subject line.

I did a gitpretty (alias gitpretty='git log --pretty=oneline
--abbrev-commit') to see what is customary for this file.
Just the driver name is customary.  I see that one submitter
before you, added the filename also, but let's not continue
that trend ;)

Dropping the .c filename from the subject line applies to 
all patches in the set.

Thanks,
alisons






> CHECK: Please use a blank line after function/struct/union.
> 
> Signed-off-by: Tamara Diaconita <diaconita.tamara@gmail.com>
> ---
>  drivers/staging/wilc1000/wilc_spi.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/staging/wilc1000/wilc_spi.c b/drivers/staging/wilc1000/wilc_spi.c
> index 4a4b8c3..82d162d 100644
> --- a/drivers/staging/wilc1000/wilc_spi.c
> +++ b/drivers/staging/wilc1000/wilc_spi.c
> @@ -1146,6 +1146,7 @@ static int wilc_spi_sync_ext(struct wilc *wilc, int nint)
>  
>  	return 1;
>  }
> +
>  /********************************************
>   *
>   *      Global spi HIF function table
> -- 
> 2.9.3
> 
> -- 
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20170308170652.3996-1-diaconita.tamara%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.


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

end of thread, other threads:[~2017-03-08 20:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-08 17:06 [PATCH 3/3] staging: wilc1000: wilc_spi: Add blank line Tamara Diaconita
2017-03-08 20:27 ` [Outreachy kernel] " Alison Schofield

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.