From: Jonathan Cameron Date: Sun, 14 Mar 2021 16:46:55 +0000 (+0000) Subject: iio: buffer: kfifo_buf: kernel-doc, typo in function name. X-Git-Tag: accepted/tizen/unified/20230118.172025~7414^2~344^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=831aaea663acecddfc1b2d0851f6d0d36248c0f4;p=platform%2Fkernel%2Flinux-rpi.git iio: buffer: kfifo_buf: kernel-doc, typo in function name. Should have been _kfifo_ and was _fifo_ Signed-off-by: Jonathan Cameron Acked-by: Alexandru Ardelean Reviewed-by: Lars-Peter Clausen Link: https://lore.kernel.org/r/20210314164655.408461-9-jic23@kernel.org --- diff --git a/drivers/iio/buffer/kfifo_buf.c b/drivers/iio/buffer/kfifo_buf.c index 4ecfa0e..d72cfb3 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: