On Sun, 05 Oct 2025 16:12:10 +0300
Petre Rodan <petre.rodan@subdimension.ro> wrote:
> Remove incorrect use of kernel-doc marking.
>
> Signed-off-by: Petre Rodan <petre.rodan@subdimension.ro>
hi Petre,
I'm going to pick these up as I read through them (if they are good to go!)
Applied this one,
Thanks,
Jonathan
> ---
> v4 - split from bigger patch (Andy)
> ---
> 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 01592eebf05bb6b002d44c41cca1d2dd5f28350c..505ad70912571ba629f91e56a92898d8320e976f 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.
>