提交 46292622 编写于 作者: D Dan Carpenter 提交者: 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: NDan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/20211004104343.GF25015@kiliSigned-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册