diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-09-22 14:42:16 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-09-25 14:54:45 +0300 |
commit | 5c94ad1793f1c8743388f329d55a61e5001dc58e (patch) | |
tree | 15128fea6e96a4a661127238e0f31ccb0b837a09 | |
parent | 4c247de564f1ff614d11b3bb5313fb70d7b9598b (diff) | |
download | linux-5c94ad1793f1c8743388f329d55a61e5001dc58e.tar.xz |
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>
-rw-r--r-- | drivers/atm/he.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/he.c b/drivers/atm/he.c index 70b00ae4ec38..8af793f5e811 100644 --- a/drivers/atm/he.c +++ b/drivers/atm/he.c @@ -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; } |