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 <nadim.902@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Nadim Almas 2016-10-25 14:52:21 +05:30 committed by Greg Kroah-Hartman
parent e33269f60a
commit 9d5b4d838f

View File

@ -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)