summaryrefslogtreecommitdiff
path: root/res/res_timing_dahdi.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_timing_dahdi.c')
-rw-r--r--res/res_timing_dahdi.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/res_timing_dahdi.c b/res/res_timing_dahdi.c
index 1ef5117c7..72983fa06 100644
--- a/res/res_timing_dahdi.c
+++ b/res/res_timing_dahdi.c
@@ -16,11 +16,11 @@
* at the top of the source tree.
*/
-/*!
+/*!
* \file
* \author Russell Bryant <russell@digium.com>
*
- * \brief DAHDI timing interface
+ * \brief DAHDI timing interface
*/
/*** MODULEINFO
@@ -156,7 +156,7 @@ static enum ast_timer_event dahdi_timer_get_event(void *data)
return AST_TIMING_EVENT_CONTINUOUS;
case DAHDI_EVENT_TIMER_EXPIRED:
default:
- return AST_TIMING_EVENT_EXPIRED;
+ return AST_TIMING_EVENT_EXPIRED;
}
}
@@ -178,7 +178,7 @@ static int dahdi_test_timer(void)
{
int fd;
int x = 160;
-
+
fd = open("/dev/dahdi/timer", O_RDWR);
if (fd < 0) {