]> Pileus Git - ~andy/linux/commit
af_packet: remove a stray tab in packet_set_ring()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 18 Feb 2014 12:20:51 +0000 (15:20 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Feb 2014 23:02:25 +0000 (18:02 -0500)
commitd7cf0c34af067555737193b6c1aa7abaa677f29c
treef08cec9af9d75d720b362537ec1dca4f3d5dd2b7
parentd3ec67c0e23f86fa1ec9d1d80b6e5d9dc48eb3c4
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: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/packet/af_packet.c