Re: [PATCH 1/3] iio: add iio_read_channel_offset() consumer api
From: Jonathan Cameron <jic23@kernel.org>
Date: 2012-08-16 18:56:52
Also in:
lkml
From: Jonathan Cameron <jic23@kernel.org>
Date: 2012-08-16 18:56:52
Also in:
lkml
On 08/16/2012 08:49 AM, Kim, Milo wrote:
quoted
quoted
int iio_read_channel_scale(struct iio_channel *chan, int *val, int *val2); +/** + * iio_read_channel_offset() - read offset from a given channel + * @channel: The channel being queried.the parameter is 'chan', not 'channel'Oops, this is copy-and-paste disaster. The description of iio_read_channel_scale() also needs correction. Thanks for catching this !
good point. Feel free to send a separate patch fixing that ;)
After getting other feedbacks, separate patch will be submitted. Best Regards, Milo