All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: media: atomisp: i2c: removed unnecessary white space before comma in memset()
@ 2017-04-02 19:43 Valerio Genovese
  0 siblings, 0 replies; 10+ messages in thread
From: Valerio Genovese @ 2017-04-02 19:43 UTC (permalink / raw)
  To: mchehab, gregkh; +Cc: linux-media

Removed extra space before comma in memset() as a part of
checkpatch.pl fix-up.

Signed-off-by: Valerio Genovese <valerio.click@gmail.com>
---
 drivers/staging/media/atomisp/i2c/gc0310.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/atomisp/i2c/gc0310.c b/drivers/staging/media/atomisp/i2c/gc0310.c
index add8b90..1ec616a 100644
--- a/drivers/staging/media/atomisp/i2c/gc0310.c
+++ b/drivers/staging/media/atomisp/i2c/gc0310.c
@@ -54,7 +54,7 @@ static int gc0310_read_reg(struct i2c_client *client,
 		return -EINVAL;
 	}
 
-	memset(msg, 0 , sizeof(msg));
+	memset(msg, 0, sizeof(msg));
 
 	msg[0].addr = client->addr;
 	msg[0].flags = 0;
-- 
2.7.4

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

end of thread, other threads:[~2017-04-02 19:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <[PATCH 1/1] Correcting coding style errors & warnings>
2017-03-27 10:32 ` [PATCH] Fixing Coding Style Errors & Warning vaibhavddit
2017-03-27 11:37   ` [PATCH] Fixing up check-patch error & Warnings vaibhavddit
2017-03-27 11:42   ` [PATCH] staging:media:atomisp:i2c removed unnecessary white space before comma in memset() vaibhavddit
2017-03-27 13:01     ` Varsha Rao
2017-03-28  5:14     ` [PATCH] staging: media: atomisp: i2c: " vaibhavddit
2017-03-28  5:23       ` Greg KH
2017-03-29  4:41         ` vk
2017-03-28  5:32     ` vaibhavddit
2017-03-29  7:03       ` Greg KH
2017-04-02 19:43 Valerio Genovese

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.