All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] staging: fix davinci_vpfe: fix space prohibted before that ','
  2015-01-21  4:52 [PATCH] staging: fix davinci_vpfe: fix space prohibted before that ',' Ahmad Hassan
@ 2015-01-20 18:05 ` Lad, Prabhakar
  0 siblings, 0 replies; 2+ messages in thread
From: Lad, Prabhakar @ 2015-01-20 18:05 UTC (permalink / raw)
  To: Ahmad Hassan
  Cc: OSUOSL Drivers, Mauro Carvalho Chehab, Greg Kroah-Hartman,
	Hans Verkuil, Boris Brezillon, linux-media, LKML

Hi,

On Wed, Jan 21, 2015 at 4:52 AM, Ahmad Hassan <ahmad.hassan612@gmail.com> wrote:
> This patch fixes the following checkpatch.pl error:
> fix space prohibited before that ',' at line 904

Thanks for the patch, but there already exists a patch [1] fixing this.

[1] https://patchwork.linuxtv.org/patch/27912/

Thanks,
--Prabhakar Lad

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

* [PATCH] staging: fix davinci_vpfe: fix space prohibted before that ','
@ 2015-01-21  4:52 Ahmad Hassan
  2015-01-20 18:05 ` Lad, Prabhakar
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Hassan @ 2015-01-21  4:52 UTC (permalink / raw)
  To: devel
  Cc: mchehab, gregkh, hans.verkuil, prabhakar.csengg, boris.brezillon,
	ahmad.hassan612, linux-media, linux-kernel

This patch fixes the following checkpatch.pl error:
fix space prohibited before that ',' at line 904
Signed-off-by: Ahmad Hassan <ahmad.hassan612@gmail.com>
---
 drivers/staging/media/davinci_vpfe/dm365_ipipe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/davinci_vpfe/dm365_ipipe.c b/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
index 704fa20..b5ad7af 100644
--- a/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
+++ b/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
@@ -901,7 +901,7 @@ static int ipipe_set_gbce_params(struct vpfe_ipipe_device *ipipe, void *param)
 	struct device *dev = ipipe->subdev.v4l2_dev->dev;
 
 	if (!gbce_param) {
-		memset(gbce, 0 , sizeof(struct vpfe_ipipe_gbce));
+		memset(gbce, 0, sizeof(struct vpfe_ipipe_gbce));
 	} else {
 		memcpy(gbce, gbce_param, sizeof(struct vpfe_ipipe_gbce));
 		if (ipipe_validate_gbce_params(gbce) < 0) {
-- 
2.2.1


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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-21  4:52 [PATCH] staging: fix davinci_vpfe: fix space prohibted before that ',' Ahmad Hassan
2015-01-20 18:05 ` Lad, Prabhakar

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.