lkml.org 
[lkml]   [2017]   [Jun]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.10 153/268] af_packet: remove a stray tab in packet_set_ring()
    Date
    From: Dan Carpenter <dan.carpenter@oracle.com>

    commit d7cf0c34af067555737193b6c1aa7abaa677f29c upstream.

    At first glance it looks like there is a missing curly brace but
    actually the code works the same either way. I have adjusted the
    indenting but left the code the same.

    Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
    Acked-by: Daniel Borkmann <dborkman@redhat.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>
    Signed-off-by: Willy Tarreau <w@1wt.eu>
    ---
    net/packet/af_packet.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c
    index 9bff8a9..6bf1569 100644
    --- a/net/packet/af_packet.c
    +++ b/net/packet/af_packet.c
    @@ -3696,7 +3696,7 @@ static int packet_set_ring(struct sock *sk, union tpacket_req_u *req_u,
    */
    if (!tx_ring)
    init_prb_bdqc(po, rb, pg_vec, req_u, tx_ring);
    - break;
    + break;
    default:
    break;
    }
    --
    2.8.0.rc2.1.gbe9624a
    \
     
     \ /
      Last update: 2017-06-19 21:32    [W:4.052 / U:0.196 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site