From 679bf18ec0497ed2a8acb9d6a7acf56a341f3f9f Mon Sep 17 00:00:00 2001 From: Petre Rodan Date: Sun, 5 Oct 2025 16:12:10 +0300 Subject: [PATCH] iio: accel: bma220: remove incorrect kernel-doc marking Remove incorrect use of kernel-doc marking. Signed-off-by: Petre Rodan Signed-off-by: Jonathan Cameron --- drivers/iio/accel/bma220_spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iio/accel/bma220_spi.c b/drivers/iio/accel/bma220_spi.c index 01592eebf05bb..505ad70912571 100644 --- a/drivers/iio/accel/bma220_spi.c +++ b/drivers/iio/accel/bma220_spi.c @@ -223,7 +223,7 @@ static int bma220_power(struct spi_device *spi, bool up) { int i, ret; - /** + /* * The chip can be suspended/woken up by a simple register read. * So, we need up to 2 register reads of the suspend register * to make sure that the device is in the desired state. -- 2.47.3