All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: davinci_vpfe: fix multiline comment style
@ 2017-02-08 11:52 Avraham Shukron
  2017-02-08 12:57 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 3+ messages in thread
From: Avraham Shukron @ 2017-02-08 11:52 UTC (permalink / raw)
  To: mchehab, laurent.pinchart
  Cc: Greg Kroah-Hartman, thaissa.falbo, janani.rvchndrn, aryasaatvik,
	gnudevliz, arnd, linux-media, devel, linux-kernel

Signed-off-by: Avraham Shukron <avraham.shukron@gmail.com>

---
 drivers/staging/media/davinci_vpfe/dm365_resizer.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/media/davinci_vpfe/dm365_resizer.c b/drivers/staging/media/davinci_vpfe/dm365_resizer.c
index 5fbc2d4..857b0e8 100644
--- a/drivers/staging/media/davinci_vpfe/dm365_resizer.c
+++ b/drivers/staging/media/davinci_vpfe/dm365_resizer.c
@@ -1133,9 +1133,9 @@ void vpfe_resizer_buffer_isr(struct vpfe_resizer_device *resizer)
                }
        } else if (fid == 0) {
                /*
-               * out of sync. Recover from any hardware out-of-sync.
-               * May loose one frame
-               */
+                * out of sync. Recover from any hardware out-of-sync.
+                * May loose one frame
+                */
                video_out->field_id = fid;
        }
 }
-- 
2.7.4

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

* Re: [PATCH] staging: davinci_vpfe: fix multiline comment style
  2017-02-08 11:52 [PATCH] staging: davinci_vpfe: fix multiline comment style Avraham Shukron
@ 2017-02-08 12:57 ` Greg Kroah-Hartman
  2017-02-08 13:11   ` [PATCH v2] " Avraham Shukron
  0 siblings, 1 reply; 3+ messages in thread
From: Greg Kroah-Hartman @ 2017-02-08 12:57 UTC (permalink / raw)
  To: Avraham Shukron
  Cc: mchehab, laurent.pinchart, aryasaatvik, devel, janani.rvchndrn,
	arnd, thaissa.falbo, linux-kernel, gnudevliz, linux-media

On Wed, Feb 08, 2017 at 01:52:05PM +0200, Avraham Shukron wrote:
> Signed-off-by: Avraham Shukron <avraham.shukron@gmail.com>

I can't take patches without a changelog text, and neither should any
other maintainer...

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

* [PATCH v2] staging: davinci_vpfe: fix multiline comment style
  2017-02-08 12:57 ` Greg Kroah-Hartman
@ 2017-02-08 13:11   ` Avraham Shukron
  0 siblings, 0 replies; 3+ messages in thread
From: Avraham Shukron @ 2017-02-08 13:11 UTC (permalink / raw)
  To: Greg Kroah-Hartman, mchehab, laurent.pinchart
  Cc: aryasaatvik, devel, janani.rvchndrn, arnd, thaissa.falbo,
	linux-kernel, gnudevliz, linux-media

Aligned asterisks in multi-line comment.

Signed-off-by: Avraham Shukron <avraham.shukron@gmail.com>

---
 drivers/staging/media/davinci_vpfe/dm365_resizer.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/media/davinci_vpfe/dm365_resizer.c b/drivers/staging/media/davinci_vpfe/dm365_resizer.c
index 5fbc2d4..857b0e8 100644
--- a/drivers/staging/media/davinci_vpfe/dm365_resizer.c
+++ b/drivers/staging/media/davinci_vpfe/dm365_resizer.c
@@ -1133,9 +1133,9 @@ void vpfe_resizer_buffer_isr(struct vpfe_resizer_device *resizer)
                }
        } else if (fid == 0) {
                /*
-               * out of sync. Recover from any hardware out-of-sync.
-               * May loose one frame
-               */
+                * out of sync. Recover from any hardware out-of-sync.
+                * May loose one frame
+                */
                video_out->field_id = fid;
        }
 }
-- 
2.7.4

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

end of thread, other threads:[~2017-02-08 13:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-08 11:52 [PATCH] staging: davinci_vpfe: fix multiline comment style Avraham Shukron
2017-02-08 12:57 ` Greg Kroah-Hartman
2017-02-08 13:11   ` [PATCH v2] " Avraham Shukron

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.