Commit 9d5b4d83 authored by Nadim Almas's avatar Nadim Almas Committed by Greg Kroah-Hartman

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: default avatarNadim Almas <nadim.902@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e33269f6
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment