fix mistypes, spaces and tabs

Change-Id: I651473f638365bbd333c4c80d223cdd023dd2c51
This commit is contained in:
Alexander Couzens 2016-08-29 18:40:02 +02:00 committed by Neels Hofmeyr
parent 39ae17fb69
commit fbd96f55fd
3 changed files with 17 additions and 17 deletions

View File

@ -303,7 +303,7 @@ struct gsm_lchan *lchan_alloc(struct gsm_bts *bts, enum gsm_chan_t type,
} }
break; break;
case GSM_LCHAN_TCH_H: case GSM_LCHAN_TCH_H:
lchan =_lc_find_bts(bts, GSM_PCHAN_TCH_H); lchan = _lc_find_bts(bts, GSM_PCHAN_TCH_H);
/* If we don't have TCH/H available, fall-back to TCH/F */ /* If we don't have TCH/H available, fall-back to TCH/F */
if (!lchan) { if (!lchan) {
lchan = _lc_find_bts(bts, GSM_PCHAN_TCH_F); lchan = _lc_find_bts(bts, GSM_PCHAN_TCH_F);

View File

@ -1,5 +1,5 @@
/* mncc_builtin.c - default, minimal built-in MNCC Application for /* mncc_builtin.c - default, minimal built-in MNCC Application for
* standalone bsc_hack (netowrk-in-the-box mode) */ * standalone bsc_hack (network-in-the-box mode) */
/* (C) 2008-2010 by Harald Welte <laforge@gnumonks.org> /* (C) 2008-2010 by Harald Welte <laforge@gnumonks.org>
* (C) 2009 by Andreas Eversberg <Andreas.Eversberg@versatel.de> * (C) 2009 by Andreas Eversberg <Andreas.Eversberg@versatel.de>