projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e33269f
)
Staging:dgnc:dgnc_tty: fix Block comments should align the * on each line
author
Nadim Almas
<nadim.902@gmail.com>
Tue, 25 Oct 2016 09:22:21 +0000
(14:52 +0530)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/dgnc/dgnc_tty.c
b/drivers/staging/dgnc/dgnc_tty.c
index 8f8a3d11715037c39ba27e8b97e1401575a2c71b..8dc7c62f4f2fe0ce6cb3850c702d0df8eb639cd2 100644
(file)
--- 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)