All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging:board:board: fix Block comments should align the * on each line
@ 2016-10-24 15:48 Nadim Almas
  2016-10-25  8:56 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Nadim Almas @ 2016-10-24 15:48 UTC (permalink / raw)
  To: lidza.louina, markh, gregkh; +Cc: devel, linux-kernel

Block comments should align the * on each line as reported by checkpatch.pl

Signed-off-by: Nadim Almas <nadim.902@gmail.com>
---
 
 drivers/staging/dgnc/dgnc_tty.c | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


 
diff --git a/drivers/staging/dgnc/dgnc_tty.c b/drivers/staging/dgnc/dgnc_tty.c
index cf8aefd..94c4840 100644
--- a/drivers/staging/dgnc/dgnc_tty.c
+++ b/drivers/staging/dgnc/dgnc_tty.c
@@ -2707,7 +2707,7 @@ static int dgnc_tty_ioctl(struct tty_struct *tty, unsigned int cmd,
 			uint loopback = 0;
 			/* Let go of locks when accessing user space,
 			 * could sleep
-			*/
+			 */
 			spin_unlock_irqrestore(&ch->ch_lock, flags);
 			rc = get_user(loopback, (unsigned int __user *)arg);
 			if (rc)
-- 
2.7.4

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

* Re: [PATCH] Staging:board:board: fix Block comments should align the * on each line
  2016-10-24 15:48 [PATCH] Staging:board:board: fix Block comments should align the * on each line Nadim Almas
@ 2016-10-25  8:56 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-10-25  8:56 UTC (permalink / raw)
  To: Nadim Almas; +Cc: lidza.louina, markh, devel, linux-kernel

On Mon, Oct 24, 2016 at 09:18:04PM +0530, Nadim Almas wrote:
> Block comments should align the * on each line as reported by checkpatch.pl
> 
> Signed-off-by: Nadim Almas <nadim.902@gmail.com>
> ---
>  
>  drivers/staging/dgnc/dgnc_tty.c | 2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Your subject: does not reflect what file you changed :(

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

end of thread, other threads:[~2016-10-25  8:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-24 15:48 [PATCH] Staging:board:board: fix Block comments should align the * on each line Nadim Almas
2016-10-25  8:56 ` Greg KH

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.