iio: temperature: mlx90632: Function parameter descriptions must match exactly
authorLee Jones <lee.jones@linaro.org>
Fri, 17 Jul 2020 16:55:17 +0000 (17:55 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 20 Jul 2020 08:03:18 +0000 (09:03 +0100)
commit7390192bc33c7e52876a32e5a6e133c6b376476d
tree99ae5be05bf94f35b642ab07ccde60bd2c12e8c8
parent43b0f92990805ea3156b1c490cb06992d02ee9f2
iio: temperature: mlx90632: Function parameter descriptions must match exactly

'*'s are not welcome in kerneldoc parameter names.

Fixes the following W=1 kernel build warning(s):

 drivers/iio/temperature/mlx90632.c:175: warning: Function parameter or member 'data' not described in 'mlx90632_perform_measurement'

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Crt Mori <cmo@melexis.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/temperature/mlx90632.c