iio: accel: bma220: remove incorrect kernel-doc marking

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>
This commit is contained in:
Petre Rodan
2025-10-05 16:12:10 +03:00
committed by Jonathan Cameron
parent 9cc2d6566f
commit 679bf18ec0

View 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.