mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 06:39:05 +00:00
tty: n_gsm: clean up indenting in gsm_queue()
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>
This commit is contained in:
parent
e01f9125e7
commit
46292622ad
@ -1854,8 +1854,8 @@ static void gsm_queue(struct gsm_mux *gsm)
|
|||||||
if (address_tmp == address) {
|
if (address_tmp == address) {
|
||||||
for (k = j; k < addr_cnt; k++)
|
for (k = j; k < addr_cnt; k++)
|
||||||
addr_open[k] = addr_open[k+1];
|
addr_open[k] = addr_open[k+1];
|
||||||
addr_cnt--;
|
addr_cnt--;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user