Skip to content
Snippets Groups Projects
Commit d7cf0c34 authored by Dan Carpenter's avatar Dan Carpenter Committed by David S. Miller
Browse files

af_packet: remove a stray tab in packet_set_ring()


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: default avatarDan Carpenter <dan.carpenter@oracle.com>
Acked-by: default avatarDaniel Borkmann <dborkman@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d3ec67c0
No related branches found
No related tags found
No related merge requests found
...@@ -3804,7 +3804,7 @@ static int packet_set_ring(struct sock *sk, union tpacket_req_u *req_u, ...@@ -3804,7 +3804,7 @@ static int packet_set_ring(struct sock *sk, union tpacket_req_u *req_u,
*/ */
if (!tx_ring) if (!tx_ring)
init_prb_bdqc(po, rb, pg_vec, req_u, tx_ring); init_prb_bdqc(po, rb, pg_vec, req_u, tx_ring);
break; break;
default: default:
break; break;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment