All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Staging: sm750fb: Remove space before paranthesis
@ 2015-10-04  9:42 Amitoj Kaur Chawla
  2015-10-04 10:14 ` [Outreachy kernel] " Greg KH
  2015-10-04 10:16 ` Julia Lawall
  0 siblings, 2 replies; 3+ messages in thread
From: Amitoj Kaur Chawla @ 2015-10-04  9:42 UTC (permalink / raw)
  To: outreachy-kernel

Remove space before paranthesis ')'. Problem found using
checkpatch.pl
ERROR: space prohibited before that close parenthesis ')'

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
---
Changes in v2:
        - Correct the commit message

 drivers/staging/sm750fb/ddk750_chip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c
index 1683b3d..665238c 100644
--- a/drivers/staging/sm750fb/ddk750_chip.c
+++ b/drivers/staging/sm750fb/ddk750_chip.c
@@ -268,7 +268,7 @@ int ddk750_initHw(initchip_param_t *pInitParam)
 #endif
 
 
-	if (pInitParam->powerMode != 0 )
+	if (pInitParam->powerMode != 0)
 		pInitParam->powerMode = 0;
 	setPowerMode(pInitParam->powerMode);
 
-- 
1.9.1



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

end of thread, other threads:[~2015-10-04 10:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-04  9:42 [PATCH v2] Staging: sm750fb: Remove space before paranthesis Amitoj Kaur Chawla
2015-10-04 10:14 ` [Outreachy kernel] " Greg KH
2015-10-04 10:16 ` Julia Lawall

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.