projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77bdec6
)
tty: synclink, fix indentation
author
Jiri Slaby
<jslaby@suse.cz>
Sun, 11 Oct 2015 13:22:45 +0000
(15:22 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 18 Oct 2015 04:14:06 +0000
(21:14 -0700)
The statement after if should be indenteted. So fix this.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/synclink.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/tty/synclink.c
b/drivers/tty/synclink.c
index 11d322b351dd584b4b2cf9429bb4e57431e63cb6..6188059fd523991c4a5072c0b8350f4d31b00dfd 100644
(file)
--- a/
drivers/tty/synclink.c
+++ b/
drivers/tty/synclink.c
@@
-6625,7
+6625,7
@@
static bool mgsl_get_rx_frame(struct mgsl_struct *info)
unsigned char *ptmp = info->intermediate_rxbuffer;
if ( !(status & RXSTATUS_CRC_ERROR))
- info->icount.rxok++;
+
info->icount.rxok++;
while(copy_count) {
int partial_count;