Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

misc: ti-st: st_core: remove unneeded semicolon

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>

authored by

Tom Rix and committed by
Greg Kroah-Hartman
f0f753da f7a6e6c4

+1 -1
+1 -1
drivers/misc/ti-st/st_core.c
··· 380 380 st_gdata->rx_state = ST_W4_HEADER; 381 381 st_gdata->rx_count = st_gdata->list[type]->hdr_len; 382 382 pr_debug("rx_count %ld\n", st_gdata->rx_count); 383 - }; 383 + } 384 384 ptr++; 385 385 count--; 386 386 }