tty: n_gsm: clean up indenting in gsm_queue()
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 4 Oct 2021 10:43:43 +0000 (13:43 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Oct 2021 12:05:10 +0000 (14:05 +0200)
These two lines need to be indented one more tab.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/20211004104343.GF25015@kili
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_gsm.c

index c98a04595084ed2efd555c66c42cf1ca8493a4e7..182d5914dfb927e53c93fbe980bc9c438cbf4113 100644 (file)
@@ -1854,8 +1854,8 @@ static void gsm_queue(struct gsm_mux *gsm)
                                if (address_tmp == address) {
                                        for (k = j; k < addr_cnt; k++)
                                                addr_open[k] = addr_open[k+1];
-                               addr_cnt--;
-                               break;
+                                       addr_cnt--;
+                                       break;
                                }
                        }
                }