aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/counter
diff options
context:
space:
mode:
authorJonathan Cameron <Jonathan.Cameron@huawei.com>2021-09-30 18:03:47 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2021-10-17 10:56:31 +0100
commitfe90fcabc852378a808bea713064da6ed2058ad2 (patch)
tree822334c0fdb783ce3e4b6bcbc1d4ddaff61b3004 /drivers/counter
parentcounter: 104-quad-8: Add IRQ support for the ACCES 104-QUAD-8 (diff)
downloadlinux-dev-fe90fcabc852378a808bea713064da6ed2058ad2.tar.xz
linux-dev-fe90fcabc852378a808bea713064da6ed2058ad2.zip
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 <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
Diffstat (limited to 'drivers/counter')
-rw-r--r--drivers/counter/microchip-tcb-capture.c2
1 files changed, 1 insertions, 1 deletions
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 <kamel.bouhara@bootlin.com>