diff mbox series

[8/8] iio: buffer: kfifo_buf: kernel-doc, typo in function name.

Message ID 20210314164655.408461-9-jic23@kernel.org (mailing list archive)
State New, archived
Headers show
Series iio: kernel-doc fixups | expand

Commit Message

Jonathan Cameron March 14, 2021, 4:46 p.m. UTC
From: Jonathan Cameron <Jonathan.Cameron@huawei.com>

Should have been _kfifo_ and was _fifo_

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Alexandru Ardelean <ardeleanalex@gmail.com>
---
 drivers/iio/buffer/kfifo_buf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alexandru Ardelean March 15, 2021, 7:55 a.m. UTC | #1
On Sun, Mar 14, 2021 at 6:49 PM Jonathan Cameron <jic23@kernel.org> wrote:
>
> From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
>
> Should have been _kfifo_ and was _fifo_

oops

Acked-by: Alexandru Ardelean <ardeleanalex@gmail.com>

>
> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> Cc: Alexandru Ardelean <ardeleanalex@gmail.com>
> ---
>  drivers/iio/buffer/kfifo_buf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/buffer/kfifo_buf.c b/drivers/iio/buffer/kfifo_buf.c
> index 4ecfa0ec3016..d72cfb354be6 100644
> --- a/drivers/iio/buffer/kfifo_buf.c
> +++ b/drivers/iio/buffer/kfifo_buf.c
> @@ -180,7 +180,7 @@ static void devm_iio_kfifo_release(struct device *dev, void *res)
>  }
>
>  /**
> - * devm_iio_fifo_allocate - Resource-managed iio_kfifo_allocate()
> + * devm_iio_kfifo_allocate - Resource-managed iio_kfifo_allocate()
>   * @dev:               Device to allocate kfifo buffer for
>   *
>   * RETURNS:
> --
> 2.30.2
>
diff mbox series

Patch

diff --git a/drivers/iio/buffer/kfifo_buf.c b/drivers/iio/buffer/kfifo_buf.c
index 4ecfa0ec3016..d72cfb354be6 100644
--- a/drivers/iio/buffer/kfifo_buf.c
+++ b/drivers/iio/buffer/kfifo_buf.c
@@ -180,7 +180,7 @@  static void devm_iio_kfifo_release(struct device *dev, void *res)
 }
 
 /**
- * devm_iio_fifo_allocate - Resource-managed iio_kfifo_allocate()
+ * devm_iio_kfifo_allocate - Resource-managed iio_kfifo_allocate()
  * @dev:		Device to allocate kfifo buffer for
  *
  * RETURNS: