All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: dgnc: Align the * on a block comment
@ 2016-09-26 17:39 ` Ramiro Oliveira
  0 siblings, 0 replies; 6+ messages in thread
From: Ramiro Oliveira @ 2016-09-26 17:39 UTC (permalink / raw)
  To: lidza.louina, markh, gregkh, driverdev-devel, devel, linux-kernel
  Cc: Ramiro Oliveira

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

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

* [PATCH] Staging: dgnc: Align the * on a block comment
@ 2016-09-26 17:39 ` Ramiro Oliveira
  0 siblings, 0 replies; 6+ messages in thread
From: Ramiro Oliveira @ 2016-09-26 17:39 UTC (permalink / raw)
  To: lidza.louina, markh, gregkh, driverdev-devel, devel, linux-kernel
  Cc: Ramiro Oliveira

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


_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

* Re: [PATCH] Staging: dgnc: Align the * on a block comment
  2016-09-26 17:39 ` Ramiro Oliveira
@ 2016-09-27 11:13   ` Greg KH
  -1 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2016-09-27 11:13 UTC (permalink / raw)
  To: Ramiro Oliveira; +Cc: lidza.louina, markh, driverdev-devel, devel, linux-kernel

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

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

* Re: [PATCH] Staging: dgnc: Align the * on a block comment
@ 2016-09-27 11:13   ` Greg KH
  0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2016-09-27 11:13 UTC (permalink / raw)
  To: Ramiro Oliveira; +Cc: lidza.louina, driverdev-devel, linux-kernel, devel

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
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

* Re: [PATCH] Staging: dgnc: Align the * on a block comment
  2016-09-27 11:13   ` Greg KH
@ 2016-09-27 12:18     ` Ramiro Oliveira
  -1 siblings, 0 replies; 6+ messages in thread
From: Ramiro Oliveira @ 2016-09-27 12:18 UTC (permalink / raw)
  To: Greg KH
  Cc: Ramiro Oliveira, lidza.louina, markh, driverdev-devel, devel,
	linux-kernel

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

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

* Re: [PATCH] Staging: dgnc: Align the * on a block comment
@ 2016-09-27 12:18     ` Ramiro Oliveira
  0 siblings, 0 replies; 6+ messages in thread
From: Ramiro Oliveira @ 2016-09-27 12:18 UTC (permalink / raw)
  To: Greg KH
  Cc: devel, Ramiro Oliveira, lidza.louina, driverdev-devel, linux-kernel

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
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2016-09-27 12:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-26 17:39 [PATCH] Staging: dgnc: Align the * on a block comment Ramiro Oliveira
2016-09-26 17:39 ` Ramiro Oliveira
2016-09-27 11:13 ` Greg KH
2016-09-27 11:13   ` Greg KH
2016-09-27 12:18   ` Ramiro Oliveira
2016-09-27 12:18     ` Ramiro Oliveira

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.