From: Nadim Almas Date: Tue, 25 Oct 2016 09:22:21 +0000 (+0530) Subject: Staging:dgnc:dgnc_tty: fix Block comments should align the * on each line X-Git-Tag: v4.10-rc1~148^2~430 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9d5b4d838f742819b8a531390086ce22e34f91bd;p=karo-tx-linux.git 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 --- 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)