Searched hist:dd2e16cf482d98ab2dd938f08d79d9f6d869730f (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/iio/dummy/ |
H A D | iio_simple_dummy_buffer.c | diff dd2e16cf482d98ab2dd938f08d79d9f6d869730f Thu Jul 16 08:59:16 CDT 2020 Lee Jones <lee.jones@linaro.org> iio: dummy: iio_simple_dummy_buffer: Demote file header and correct misspelling
File headers are not good candidates for kerneldoc.
Fixes the following W=1 kernel build warning(s):
drivers/iio/dummy/iio_simple_dummy_buffer.c:27: warning: cannot understand function prototype: 'const s16 fakedata[] = ' drivers/iio/dummy/iio_simple_dummy_buffer.c:185: warning: Function parameter or member 'indio_dev' not described in 'iio_simple_dummy_unconfigure_buffer' drivers/iio/dummy/iio_simple_dummy_buffer.c:185: warning: Excess function parameter 'indo_dev' description in 'iio_simple_dummy_unconfigure_buffer'
Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
|