1
0
Fork 0

atm: he: clean up an indentation issue

There is a statement that is indented one level too many, remove
the extraneous tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
alistair/sunxi64-5.4-dsi
Colin Ian King 2019-09-22 13:42:16 +02:00 committed by David S. Miller
parent 4c247de564
commit 5c94ad1793
1 changed files with 1 additions and 1 deletions

View File

@ -1690,7 +1690,7 @@ he_service_rbrq(struct he_dev *he_dev, int group)
if (RBRQ_HBUF_ERR(he_dev->rbrq_head)) {
hprintk("HBUF_ERR! (cid 0x%x)\n", cid);
atomic_inc(&vcc->stats->rx_drop);
atomic_inc(&vcc->stats->rx_drop);
goto return_host_buffers;
}