lkml.org 
[lkml]   [2014]   [Jul]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 10/16] netfilter: remove unnecessary break after return
    Date
    Signed-off-by: Fabian Frederick <fabf@skynet.be>
    ---
    net/ipv6/netfilter/ip6t_ipv6header.c | 1 -
    1 file changed, 1 deletion(-)

    diff --git a/net/ipv6/netfilter/ip6t_ipv6header.c b/net/ipv6/netfilter/ip6t_ipv6header.c
    index 54bd979..8b14744 100644
    --- a/net/ipv6/netfilter/ip6t_ipv6header.c
    +++ b/net/ipv6/netfilter/ip6t_ipv6header.c
    @@ -94,7 +94,6 @@ ipv6header_mt6(const struct sk_buff *skb, struct xt_action_param *par)
    break;
    default:
    return false;
    - break;
    }

    nexthdr = hp->nexthdr;
    --
    1.8.4.5


    \
     
     \ /
      Last update: 2014-07-14 23:21    [W:4.587 / U:0.552 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site