projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7a6e6c
)
misc: ti-st: st_core: remove unneeded semicolon
author
Tom Rix
<trix@redhat.com>
Sat, 31 Oct 2020 15:24:56 +0000
(08:24 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 3 Nov 2020 09:09:06 +0000
(10:09 +0100)
A semicolon is not needed after a switch statement.
Signed-off-by: Tom Rix <trix@redhat.com>
Link:
https://lore.kernel.org/r/20201031152456.2146104-1-trix@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/ti-st/st_core.c
patch
|
blob
|
history
diff --git
a/drivers/misc/ti-st/st_core.c
b/drivers/misc/ti-st/st_core.c
index f4ddd1e6701513af262e30aedf956a8409ac68e2..5a0a5fc3d3abca6536af520e47b9e4505f2ad48d 100644
(file)
--- a/
drivers/misc/ti-st/st_core.c
+++ b/
drivers/misc/ti-st/st_core.c
@@
-380,7
+380,7
@@
void st_int_recv(void *disc_data,
st_gdata->rx_state = ST_W4_HEADER;
st_gdata->rx_count = st_gdata->list[type]->hdr_len;
pr_debug("rx_count %ld\n", st_gdata->rx_count);
- }
;
+ }
ptr++;
count--;
}