Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1491467 > unrolled thread
| Started by | Ramiro Oliveira <Ramiro.Oliveira@synopsys.com> |
|---|---|
| First post | 2016-09-26 19:40 +0200 |
| Last post | 2016-09-27 14:20 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] Staging: dgnc: Align the * on a block comment Ramiro Oliveira <Ramiro.Oliveira@synopsys.com> - 2016-09-26 19:40 +0200
Re: [PATCH] Staging: dgnc: Align the * on a block comment Greg KH <gregkh@linuxfoundation.org> - 2016-09-27 13:20 +0200
Re: [PATCH] Staging: dgnc: Align the * on a block comment Ramiro Oliveira <Ramiro.Oliveira@synopsys.com> - 2016-09-27 14:20 +0200
| From | Ramiro Oliveira <Ramiro.Oliveira@synopsys.com> |
|---|---|
| Date | 2016-09-26 19:40 +0200 |
| Subject | [PATCH] Staging: dgnc: Align the * on a block comment |
| Message-ID | <slI2K-6Jd-33@gated-at.bofh.it> |
This patch corrects a misalligned * in a block comment warning found by
checkpatch.pl
Signed-off-by: Ramiro Oliveira <roliveir@synopsys.com>
---
drivers/staging/dgnc/dgnc_cls.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/dgnc/dgnc_cls.c b/drivers/staging/dgnc/dgnc_cls.c
index 4e1e0dc6..aedca66 100644
--- a/drivers/staging/dgnc/dgnc_cls.c
+++ b/drivers/staging/dgnc/dgnc_cls.c
@@ -345,7 +345,7 @@ static void cls_copy_data_from_uart_to_queue(struct channel_t *ch)
/*
* Discard character if we are ignoring the error mask.
- */
+ */
if (linestatus & error_mask) {
linestatus = 0;
readb(&ch->ch_cls_uart->txrx);
--
2.9.3
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-09-27 13:20 +0200 |
| Message-ID | <slYAx-qw-5@gated-at.bofh.it> |
| In reply to | #1491467 |
On Mon, Sep 26, 2016 at 06:39:15PM +0100, Ramiro Oliveira wrote: > This patch corrects a misalligned * in a block comment warning found by > checkpatch.pl > > Signed-off-by: Ramiro Oliveira <roliveir@synopsys.com> > --- > drivers/staging/dgnc/dgnc_cls.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Does not apply to my tree, are you sure you are working against linux-next? thanks, greg k-h
[toc] | [prev] | [next] | [standalone]
| From | Ramiro Oliveira <Ramiro.Oliveira@synopsys.com> |
|---|---|
| Date | 2016-09-27 14:20 +0200 |
| Message-ID | <slZwB-YB-3@gated-at.bofh.it> |
| In reply to | #1491822 |
On 9/27/2016 12:13 PM, Greg KH wrote: > On Mon, Sep 26, 2016 at 06:39:15PM +0100, Ramiro Oliveira wrote: >> This patch corrects a misalligned * in a block comment warning found by >> checkpatch.pl >> >> Signed-off-by: Ramiro Oliveira <roliveir@synopsys.com> >> --- >> drivers/staging/dgnc/dgnc_cls.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > Does not apply to my tree, are you sure you are working against > linux-next? > > thanks, > > greg k-h Sorry, I was just looking at the day of the linux-next commit and missed the month. Nevermind this patch. BRs, Ramiro
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web