All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Alexandru Ardelean <alexandru.ardelean@analog.com>
Cc: <linux-kernel@vger.kernel.org>, <linux-iio@vger.kernel.org>,
	<lars@metafoo.de>, <Michael.Hennerich@analog.com>,
	<nuno.sa@analog.com>, <dragos.bogdan@analog.com>
Subject: Re: [PATCH] iio: adc: adi-axi-adc: fix typo in doc-string
Date: Sun, 21 Feb 2021 11:57:32 +0000	[thread overview]
Message-ID: <20210221115732.7b29bf73@archlinux> (raw)
In-Reply-To: <20210219090134.48057-1-alexandru.ardelean@analog.com>

On Fri, 19 Feb 2021 11:01:34 +0200
Alexandru Ardelean <alexandru.ardelean@analog.com> wrote:

> The channels are of type iio_chan_spec, not axi_adc_chan_spec. They were in
> some earlier version, but forgot to rename in the doc-string.
> 
> Fixes: ef04070692a21 ("iio: adc: adi-axi-adc: add support for AXI ADC IP core")
> Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Applied to the togreg branch of iio.git and pushed out as testing for
the autobuilders to probably ignore,.

Thanks,

Jonathan

> ---
>  include/linux/iio/adc/adi-axi-adc.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/iio/adc/adi-axi-adc.h b/include/linux/iio/adc/adi-axi-adc.h
> index c5d48e1c2d36..52620e5b8052 100644
> --- a/include/linux/iio/adc/adi-axi-adc.h
> +++ b/include/linux/iio/adc/adi-axi-adc.h
> @@ -15,7 +15,7 @@ struct iio_chan_spec;
>   * struct adi_axi_adc_chip_info - Chip specific information
>   * @name		Chip name
>   * @id			Chip ID (usually product ID)
> - * @channels		Channel specifications of type @struct axi_adc_chan_spec
> + * @channels		Channel specifications of type @struct iio_chan_spec
>   * @num_channels	Number of @channels
>   * @scale_table		Supported scales by the chip; tuples of 2 ints
>   * @num_scales		Number of scales in the table


      reply	other threads:[~2021-02-21 11:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-19  9:01 [PATCH] iio: adc: adi-axi-adc: fix typo in doc-string Alexandru Ardelean
2021-02-21 11:57 ` Jonathan Cameron [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210221115732.7b29bf73@archlinux \
    --to=jic23@kernel.org \
    --cc=Michael.Hennerich@analog.com \
    --cc=alexandru.ardelean@analog.com \
    --cc=dragos.bogdan@analog.com \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nuno.sa@analog.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.