Re: [PATCH] iio: fix SPHINX kernel-docs build warning

2017-12-29 Thread Jonathan Cameron
On Tue, 19 Dec 2017 16:59:35 +1100 "Tobin C. Harding" wrote: > When building kernel documentation sphinx emits the following warnings > > No description found for parameter 'iio_dev' > Excess function parameter 'indio_dev' description in 'iio_device_register' > > These warnings are caused by a

[PATCH] iio: fix SPHINX kernel-docs build warning

2017-12-18 Thread Tobin C. Harding
When building kernel documentation sphinx emits the following warnings No description found for parameter 'iio_dev' Excess function parameter 'indio_dev' description in 'iio_device_register' These warnings are caused by a macro with a different argument identifier to the one listed in the kernel-