projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3ec67c
)
af_packet: remove a stray tab in packet_set_ring()
author
Dan Carpenter
<
[email protected]
>
Tue, 18 Feb 2014 12:20:51 +0000
(15:20 +0300)
committer
David S. Miller
<
[email protected]
>
Tue, 18 Feb 2014 23:02:25 +0000
(18:02 -0500)
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 <
[email protected]
>
Acked-by: Daniel Borkmann <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/packet/af_packet.c
patch
|
blob
|
history
diff --git
a/net/packet/af_packet.c
b/net/packet/af_packet.c
index b5dc1168f98a042824510619b4a7a627feb83048..48a6a93db29602c032fe254d4a1d41cbc7b3f051 100644
(file)
--- a/
net/packet/af_packet.c
+++ b/
net/packet/af_packet.c
@@
-3804,7
+3804,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;
}