summaryrefslogtreecommitdiffstats
path: root/src/sercomm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sercomm.c')
-rw-r--r--src/sercomm.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/sercomm.c b/src/sercomm.c
index d02b39e5..07b1aa08 100644
--- a/src/sercomm.c
+++ b/src/sercomm.c
@@ -1,5 +1,3 @@
-/* Serial communications layer, based on HDLC */
-
/* (C) 2010,2017 by Harald Welte <laforge@gnumonks.org>
*
* All Rights Reserved
@@ -22,11 +20,9 @@
/*! \addtogroup sercomm
* @{
- * Serial communications layer, based on HDLC
- */
-
-/*! \file sercomm.c
- */
+ * Serial communications layer, based on HDLC.
+ *
+ * \file sercomm.c */
#include "config.h"