Commit 3c979784 authored by Lee Jones's avatar Lee Jones Committed by Jonathan Cameron

iio: imu: inv_mpu6050: inv_mpu_ring: Demote seemingly unintentional kerneldoc header

This is the only use of kerneldoc in the source file and no
descriptions are provided.

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

 drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c:118: warning: Function parameter or member 'irq' not described in 'inv_mpu6050_read_fifo'
 drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c:118: warning: Function parameter or member 'p' not described in 'inv_mpu6050_read_fifo'

Cc: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent ecf8d08f
...@@ -111,7 +111,7 @@ static int inv_reset_fifo(struct iio_dev *indio_dev) ...@@ -111,7 +111,7 @@ static int inv_reset_fifo(struct iio_dev *indio_dev)
return result; return result;
} }
/** /*
* inv_mpu6050_read_fifo() - Transfer data from hardware FIFO to KFIFO. * inv_mpu6050_read_fifo() - Transfer data from hardware FIFO to KFIFO.
*/ */
irqreturn_t inv_mpu6050_read_fifo(int irq, void *p) irqreturn_t inv_mpu6050_read_fifo(int irq, void *p)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment