lkml.org 
[lkml]   [2020]   [Oct]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] misc: ti-st: st_core: remove unneeded semicolon
    Date
    From: Tom Rix <trix@redhat.com>

    A semicolon is not needed after a switch statement.

    Signed-off-by: Tom Rix <trix@redhat.com>
    ---
    drivers/misc/ti-st/st_core.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/misc/ti-st/st_core.c b/drivers/misc/ti-st/st_core.c
    index f4ddd1e67015..5a0a5fc3d3ab 100644
    --- 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--;
    }
    --
    2.18.1
    \
     
     \ /
      Last update: 2020-10-31 16:26    [W:4.474 / U:0.396 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site