From: Petre Rodan Date: Sun, 5 Oct 2025 13:12:10 +0000 (+0300) Subject: iio: accel: bma220: remove incorrect kernel-doc marking X-Git-Tag: v6.19-rc1~65^2~58^2~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=679bf18ec0497ed2a8acb9d6a7acf56a341f3f9f;p=thirdparty%2Fkernel%2Flinux.git 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 --- 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.