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:
parent
e33269f60a
commit
9d5b4d838f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user