lkml.org 
[lkml]   [2017]   [Aug]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH] genirq: fix semicolon.cocci warnings
    kernel/irq/proc.c:69:2-3: Unneeded semicolon


    Remove unneeded semicolon.

    Generated by: scripts/coccinelle/misc/semicolon.cocci

    Fixes: 0d3f54257dc3 ("genirq: Introduce effective affinity mask")
    Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
    ---

    proc.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/kernel/irq/proc.c
    +++ b/kernel/irq/proc.c
    @@ -66,7 +66,7 @@ static int show_irq_affinity(int type, s
    #else
    return -EINVAL;
    #endif
    - };
    + }

    switch (type) {
    case AFFINITY_LIST:
    \
     
     \ /
      Last update: 2017-08-22 09:52    [W:3.601 / U:0.172 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site