From 455c430003db1fbd4030ec3deba4cdf67e0a3158 Mon Sep 17 00:00:00 2001 From: norly Date: Sat, 1 Jun 2019 15:44:55 +0200 Subject: [PATCH] Style: Fix one more block comment --- module/elmcan.c | 10 +++++----- 1 file 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) { -- 2.30.2