All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: bus: Space prohibited before close parenthesis ')'.
@ 2016-09-12 19:43 Sandhya Bankar
  2016-09-12 20:53 ` Sandhya Bankar
  2016-09-13 12:59 ` [Outreachy kernel] " Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: Sandhya Bankar @ 2016-09-12 19:43 UTC (permalink / raw)
  To: outreachy-kernel

Space prohibited before close parenthesis ')'.This patch is found by checkpatch.pl script.

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
---
 drivers/bus/arm-cci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bus/arm-cci.c b/drivers/bus/arm-cci.c
index 5755907f..9e1020f 100644
--- a/drivers/bus/arm-cci.c
+++ b/drivers/bus/arm-cci.c
@@ -2108,7 +2108,7 @@ asmlinkage void __naked cci_enable_port_for_self(void)
 	[offsetof_cpu_port_port] "i" (offsetof(struct cpu_port, port)),
 	[sizeof_struct_cpu_port] "i" (sizeof(struct cpu_port)),
 	[sizeof_struct_ace_port] "i" (sizeof(struct cci_ace_port)),
-	[offsetof_port_phys] "i" (offsetof(struct cci_ace_port, phys)) );
+	[offsetof_port_phys] "i" (offsetof(struct cci_ace_port, phys)));
 
 	unreachable();
 }
-- 
1.8.2.3



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

* Re: [PATCH] Staging: bus: Space prohibited before close parenthesis ')'.
  2016-09-12 19:43 [PATCH] Staging: bus: Space prohibited before close parenthesis ')' Sandhya Bankar
@ 2016-09-12 20:53 ` Sandhya Bankar
  2016-09-13 12:59 ` [Outreachy kernel] " Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Sandhya Bankar @ 2016-09-12 20:53 UTC (permalink / raw)
  To: outreachy-kernel


[-- Attachment #1.1: Type: text/plain, Size: 1029 bytes --]

Please ignore this patch.

On Tuesday, September 13, 2016 at 1:13:14 AM UTC+5:30, Sandhya Bankar wrote:
>
> Space prohibited before close parenthesis ')'.This patch is found by 
> checkpatch.pl script. 
>
> Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com> 
> --- 
>  drivers/bus/arm-cci.c | 2 +- 
>  1 file changed, 1 insertion(+), 1 deletion(-) 
>
> diff --git a/drivers/bus/arm-cci.c b/drivers/bus/arm-cci.c 
> index 5755907f..9e1020f 100644 
> --- a/drivers/bus/arm-cci.c 
> +++ b/drivers/bus/arm-cci.c 
> @@ -2108,7 +2108,7 @@ asmlinkage void __naked 
> cci_enable_port_for_self(void) 
>          [offsetof_cpu_port_port] "i" (offsetof(struct cpu_port, port)), 
>          [sizeof_struct_cpu_port] "i" (sizeof(struct cpu_port)), 
>          [sizeof_struct_ace_port] "i" (sizeof(struct cci_ace_port)), 
> -        [offsetof_port_phys] "i" (offsetof(struct cci_ace_port, phys)) ); 
> +        [offsetof_port_phys] "i" (offsetof(struct cci_ace_port, phys))); 
>   
>          unreachable(); 
>  } 
> -- 
> 1.8.2.3 
>
>

[-- Attachment #1.2: Type: text/html, Size: 2010 bytes --]

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

* Re: [Outreachy kernel] [PATCH] Staging: bus: Space prohibited before close parenthesis ')'.
  2016-09-12 19:43 [PATCH] Staging: bus: Space prohibited before close parenthesis ')' Sandhya Bankar
  2016-09-12 20:53 ` Sandhya Bankar
@ 2016-09-13 12:59 ` Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2016-09-13 12:59 UTC (permalink / raw)
  To: Sandhya Bankar; +Cc: outreachy-kernel

On Tue, Sep 13, 2016 at 01:13:45AM +0530, Sandhya Bankar wrote:
> Space prohibited before close parenthesis ')'.This patch is found by checkpatch.pl script.

Please wrap your text lines at 72 columns and put a space after '.' like
you would for a normal sentance.

thanks,

greg k-jh


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

end of thread, other threads:[~2016-09-13 12:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-12 19:43 [PATCH] Staging: bus: Space prohibited before close parenthesis ')' Sandhya Bankar
2016-09-12 20:53 ` Sandhya Bankar
2016-09-13 12:59 ` [Outreachy kernel] " Greg KH

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.