summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2019-06-01 15:44:55 +0200
committernorly <ny-git@enpas.org>2019-06-01 15:45:24 +0200
commit455c430003db1fbd4030ec3deba4cdf67e0a3158 (patch)
tree750c78c0e546148de99ce337f97fa5f091cc4852
parent40ac32acdae89383ae44f32e612bf37fa0493631 (diff)
Style: Fix one more block comment
-rw-r--r--module/elmcan.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/module/elmcan.c b/module/elmcan.c
index 7ac1f54..8b27c85 100644
--- a/module/elmcan.c
+++ b/module/elmcan.c
@@ -366,11 +366,11 @@ static inline void elm327_hw_failure(struct elmcan *elm)
- /************************************************************************
- * ELM327: Reception parser *
- * *
- * (assumes elm->lock taken) *
- ************************************************************************/
+ /***********************************************************************
+ * ELM327: Reception parser *
+ * *
+ * (assumes elm->lock taken) *
+ ***********************************************************************/
static void elm327_parse_error(struct elmcan *elm, int len)
{