All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: media: Fix do not use C99 // comments
@ 2015-02-23 20:48 Dilek Uzulmez
  2015-02-26 18:52 ` [Outreachy kernel] " Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Dilek Uzulmez @ 2015-02-23 20:48 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Dilek Uzulmez

Fix checkpatch.pl issues with do not use C99 //
comments in saa7191.c

Signed-off-by: Dilek Uzulmez <dilekuzulmez@gmail.com>
---
 drivers/staging/media/vino/saa7191.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/vino/saa7191.c b/drivers/staging/media/vino/saa7191.c
index f411e1f..2e54970 100644
--- a/drivers/staging/media/vino/saa7191.c
+++ b/drivers/staging/media/vino/saa7191.c
@@ -33,7 +33,7 @@ MODULE_AUTHOR("Mikael Nousiainen <tmnousia@cc.hut.fi>");
 MODULE_LICENSE("GPL");
 
 
-// #define SAA7191_DEBUG
+/* #define SAA7191_DEBUG */
 
 #ifdef SAA7191_DEBUG
 #define dprintk(x...) printk("SAA7191: " x);
-- 
1.9.1



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

* Re: [Outreachy kernel] [PATCH] Staging: media: Fix do not use C99 // comments
  2015-02-23 20:48 [PATCH] Staging: media: Fix do not use C99 // comments Dilek Uzulmez
@ 2015-02-26 18:52 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-02-26 18:52 UTC (permalink / raw)
  To: Dilek Uzulmez; +Cc: outreachy-kernel

On Mon, Feb 23, 2015 at 10:48:05PM +0200, Dilek Uzulmez wrote:
> Fix checkpatch.pl issues with do not use C99 //
> comments in saa7191.c
> 
> Signed-off-by: Dilek Uzulmez <dilekuzulmez@gmail.com>
> ---
>  drivers/staging/media/vino/saa7191.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

This file is no longer in Linus's tree :(


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

end of thread, other threads:[~2015-02-26 18:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-23 20:48 [PATCH] Staging: media: Fix do not use C99 // comments Dilek Uzulmez
2015-02-26 18:52 ` [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.