Re: [PATCH] Staging: dgnc: Align the * on a block comment

2016-09-27 Thread Ramiro Oliveira
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 >> --- >> drivers/staging/dgnc/dgnc_cls.c | 2 +- >> 1 file ch

Re: [PATCH] Staging: dgnc: Align the * on a block comment

2016-09-27 Thread Greg KH
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 > --- > drivers/staging/dgnc/dgnc_cls.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Does not

[PATCH] Staging: dgnc: Align the * on a block comment

2016-09-26 Thread Ramiro Oliveira
This patch corrects a misalligned * in a block comment warning found by checkpatch.pl Signed-off-by: Ramiro Oliveira --- 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 4e