af_packet: remove a stray tab in packet_set_ring() 46/155646/1
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 18 Feb 2014 12:20:51 +0000 (15:20 +0300)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 16 Oct 2017 01:33:53 +0000 (10:33 +0900)
commit3070f68bcfc731ce111ad19a1c25dc6c81320b9b
treeb07f731cae9294ea0834fe897971bfd60108d9dc
parent437b9d06e832892ab99ab29cf06a70ad49221f07
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>
[sw0312.kim: Cherry-pick from mainline to fix build warning]
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Change-Id: I6cfee6fafdb5a26a13a7414eaa5ea9aca1bd593c
net/packet/af_packet.c