iio: fix SPHINX kernel-docs build warning
authorTobin C. Harding <me@tobin.cc>
Tue, 19 Dec 2017 05:59:35 +0000 (16:59 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Jan 2018 15:03:42 +0000 (16:03 +0100)
commit08e2e51f9acf9d2ab0437721aed71de53bd334e6
tree2f94a918d11a30c455620632e9b14ca274bb2f4c
parenta28caa7b8fe19ac2c31b7630772107e0d50ce18e
iio: fix SPHINX kernel-docs build warning

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

Change macro argument to be the same as the docs.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/iio/iio.h