Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1576489 > unrolled thread

[PATCH] staging: davinci_vpfe: fix multiline comment style

Started byAvraham Shukron <avraham.shukron@gmail.com>
First post2017-02-08 13:10 +0100
Last post2017-02-08 14:20 +0100
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] staging: davinci_vpfe: fix multiline comment style Avraham Shukron <avraham.shukron@gmail.com> - 2017-02-08 13:10 +0100
    Re: [PATCH] staging: davinci_vpfe: fix multiline comment style Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-02-08 14:10 +0100
      [PATCH v2] staging: davinci_vpfe: fix multiline comment style Avraham Shukron <avraham.shukron@gmail.com> - 2017-02-08 14:20 +0100

#1576489 — [PATCH] staging: davinci_vpfe: fix multiline comment style

FromAvraham Shukron <avraham.shukron@gmail.com>
Date2017-02-08 13:10 +0100
Subject[PATCH] staging: davinci_vpfe: fix multiline comment style
Message-ID<t8zep-a8-11@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1576543

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2017-02-08 14:10 +0100
Message-ID<t8Aav-Kl-41@gated-at.bofh.it>
In reply to#1576489
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...

[toc] | [prev] | [next] | [standalone]


#1576569 — [PATCH v2] staging: davinci_vpfe: fix multiline comment style

FromAvraham Shukron <avraham.shukron@gmail.com>
Date2017-02-08 14:20 +0100
Subject[PATCH v2] staging: davinci_vpfe: fix multiline comment style
Message-ID<t8Akb-O0-45@gated-at.bofh.it>
In reply to#1576543
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web