counter: microchip-tcb-capture: Tidy up a false kernel-doc /** marking.
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Thu, 30 Sep 2021 17:03:47 +0000 (18:03 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 17 Oct 2021 09:56:31 +0000 (10:56 +0100)
Deals with
W=1 warning This comment starts with '/**', but isn't a kernel-doc comment.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Kamel Bouhara <kamel.bouhara@bootlin.com>
Cc: William Breathitt Gray <vilhelm.gray@gmail.com>
Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Link: https://lore.kernel.org/r/20210930170347.101153-1-jic23@kernel.org
drivers/counter/microchip-tcb-capture.c

index 79e0c84a3b81b7226adf21b46e484638081b79d3..0ab1b2716784d2ef3c2600badcf666c4273af453 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/**
+/*
  * Copyright (C) 2020 Microchip
  *
  * Author: Kamel Bouhara <kamel.bouhara@bootlin.com>