From 9d5b4d838f742819b8a531390086ce22e34f91bd Mon Sep 17 00:00:00 2001 From: Nadim Almas Date: Tue, 25 Oct 2016 14:52:21 +0530 Subject: [PATCH] Staging:dgnc:dgnc_tty: fix Block comments should align the * on each line Block comments should align the * on each line as reported by checkpatch.pl Signed-off-by: Nadim Almas Signed-off-by: Greg Kroah-Hartman --- drivers/staging/dgnc/dgnc_tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/dgnc/dgnc_tty.c b/drivers/staging/dgnc/dgnc_tty.c index 8f8a3d117150..8dc7c62f4f2f 100644 --- a/drivers/staging/dgnc/dgnc_tty.c +++ b/drivers/staging/dgnc/dgnc_tty.c @@ -2666,7 +2666,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.45.2