aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/input/dahdi.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-05 20:25:22 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-05 20:26:27 +0100
commit62d460301b7ebb0f5c3b9aa465e50f24c89aaa3b (patch)
treee78e352e494a640d92cd2d62d06e3e0a4f692e89 /openbsc/src/input/dahdi.c
parent4ee2eaf3c49018872c57ebb12cd44c33ed04eec4 (diff)
[DAHDI] cosmetic fixes
Diffstat (limited to 'openbsc/src/input/dahdi.c')
-rw-r--r--openbsc/src/input/dahdi.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/openbsc/src/input/dahdi.c b/openbsc/src/input/dahdi.c
index c086954c3..06d917166 100644
--- a/openbsc/src/input/dahdi.c
+++ b/openbsc/src/input/dahdi.c
@@ -122,7 +122,7 @@ static int ts_want_write(struct e1inp_ts *e1i_ts)
{
/* We never include the DAHDI B-Channel FD into the
* writeset, since it doesn't support poll() based
- * write flow control */
+ * write flow control */
if (e1i_ts->type == E1INP_TS_TYPE_TRAU) {
fprintf(stderr, "Trying to write TRAU ts\n");
return 0;
@@ -305,7 +305,7 @@ static int dahdi_fd_cb(struct bsc_fd *bfd, unsigned int what)
rc = handle_tsX_write(bfd);
/* We never include the DAHDI B-Channel FD into the
* writeset, since it doesn't support poll() based
- * write flow control */
+ * write flow control */
break;
default:
fprintf(stderr, "unknown E1 TS type %u\n", e1i_ts->type);
@@ -396,8 +396,8 @@ static int dahdi_e1_setup(struct e1inp_line *line)
}
dahdi_set_bufinfo(bfd->fd, 0);
/* We never include the DAHDI B-Channel FD into the
- * writeset, since it doesn't support poll() based
- * write flow control */
+ * writeset, since it doesn't support poll() based
+ * write flow control */
bfd->when = BSC_FD_READ;// | BSC_FD_WRITE;
break;
}