]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Staging:dgnc:dgnc_tty: fix Block comments should align the * on each line
authorNadim Almas <nadim.902@gmail.com>
Tue, 25 Oct 2016 09:22:21 +0000 (14:52 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Oct 2016 13:12:09 +0000 (15:12 +0200)
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>
drivers/staging/dgnc/dgnc_tty.c

index 8f8a3d11715037c39ba27e8b97e1401575a2c71b..8dc7c62f4f2fe0ce6cb3850c702d0df8eb639cd2 100644 (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)