From fe90fcabc852378a808bea713064da6ed2058ad2 Mon Sep 17 00:00:00 2001 From: Jonathan Cameron Date: Thu, 30 Sep 2021 18:03:47 +0100 Subject: counter: microchip-tcb-capture: Tidy up a false kernel-doc /** marking. Deals with W=1 warning This comment starts with '/**', but isn't a kernel-doc comment. Signed-off-by: Jonathan Cameron Cc: Kamel Bouhara Cc: William Breathitt Gray Acked-by: William Breathitt Gray Link: https://lore.kernel.org/r/20210930170347.101153-1-jic23@kernel.org --- drivers/counter/microchip-tcb-capture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/counter') diff --git a/drivers/counter/microchip-tcb-capture.c b/drivers/counter/microchip-tcb-capture.c index 79e0c84a3b81..0ab1b2716784 100644 --- a/drivers/counter/microchip-tcb-capture.c +++ b/drivers/counter/microchip-tcb-capture.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/** +/* * Copyright (C) 2020 Microchip * * Author: Kamel Bouhara -- cgit v1.2.3-59-g8ed1b