Commit 46292622 authored by Dan Carpenter's avatar Dan Carpenter Committed by Greg Kroah-Hartman

tty: n_gsm: clean up indenting in gsm_queue()

These two lines need to be indented one more tab.
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/20211004104343.GF25015@kiliSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e01f9125
......@@ -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;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment