All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] This patch fixes the following WARNING: Block comments use * on the subsequent lines This WARNING was found using the checkpatch tool.
@ 2015-11-25 22:38 Joseph Marrero
  0 siblings, 0 replies; only message in thread
From: Joseph Marrero @ 2015-11-25 22:38 UTC (permalink / raw)
  To: mchehab; +Cc: linux-media

[PATCH] This patch fixes the following WARNING: 
Block comments use * on the subsequent lines This WARNING was found using the checkpatch tool.

This is my third patch submition, I am following the kernel newbies website. 
While these patches are very basic any feedback is highly apreciated as I would like to continue
to contribute cleanups like this until I learn the process well and feel confortable to move 
into code changes beyond the warnings. 

Thank you in advance.

Signed-off-by: Joseph Marrero <jmarrero@gmail.com>
---
 drivers/staging/media/davinci_vpfe/davinci_vpfe_user.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/davinci_vpfe/davinci_vpfe_user.h b/drivers/staging/media/davinci_vpfe/davinci_vpfe_user.h
index 7b7e7b2..3cc9be7 100644
--- a/drivers/staging/media/davinci_vpfe/davinci_vpfe_user.h
+++ b/drivers/staging/media/davinci_vpfe/davinci_vpfe_user.h
@@ -538,7 +538,7 @@ struct vpfe_isif_raw_config {
 };
 
 /**********************************************************************
-      IPIPE API Structures
+*      IPIPE API Structures
 **********************************************************************/
 
 /* IPIPE module configurations */
-- 
2.5.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-25 22:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-25 22:38 [PATCH] This patch fixes the following WARNING: Block comments use * on the subsequent lines This WARNING was found using the checkpatch tool Joseph Marrero

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.