Style: Fix one more block comment
authornorly <ny-git@enpas.org>
Sat, 1 Jun 2019 13:44:55 +0000 (15:44 +0200)
committernorly <ny-git@enpas.org>
Sat, 1 Jun 2019 13:45:24 +0000 (15:45 +0200)
module/elmcan.c

index 7ac1f5466a052a3c6e889e830fc6927313fc8b42..8b27c85fa60046a90fdfe07d5d1e41d994460706 100644 (file)
@@ -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)
 {