]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
iio: accel: bma220: remove incorrect kernel-doc marking
authorPetre Rodan <petre.rodan@subdimension.ro>
Sun, 5 Oct 2025 13:12:10 +0000 (16:12 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 19 Oct 2025 10:59:18 +0000 (11:59 +0100)
Remove incorrect use of kernel-doc marking.

Signed-off-by: Petre Rodan <petre.rodan@subdimension.ro>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/accel/bma220_spi.c

index 01592eebf05bb6b002d44c41cca1d2dd5f28350c..505ad70912571ba629f91e56a92898d8320e976f 100644 (file)
@@ -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.