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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue