From: norly Date: Sat, 1 Jun 2019 13:44:55 +0000 (+0200) Subject: Style: Fix one more block comment X-Git-Url: https://git.enpas.org/?p=elmcan.git;a=commitdiff_plain;h=455c430003db1fbd4030ec3deba4cdf67e0a3158 Style: Fix one more block comment --- 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) {