Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1576569
| From | Avraham Shukron <avraham.shukron@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2] staging: davinci_vpfe: fix multiline comment style |
| Date | 2017-02-08 14:20 +0100 |
| Message-ID | <t8Akb-O0-45@gated-at.bofh.it> (permalink) |
| References | <t8zep-a8-11@gated-at.bofh.it> <t8Aav-Kl-41@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[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
csiph-web