lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250304144951.73d152d3@jic23-huawei>
Date: Tue, 4 Mar 2025 14:49:51 +0000
From: Jonathan Cameron <jic23@...nel.org>
To: Nuno Sá <noname.nuno@...il.com>
Cc: Folker Schwesinger <dev@...ker-schwesinger.de>, Lars-Peter Clausen
 <lars@...afoo.de>, Nuno Sa  <nuno.sa@...log.com>, Paul Cercueil
 <paul@...pouillou.net>, Peter Zijlstra  <peterz@...radead.org>,
 linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] iio: buffer-dma: Fix docstrings

On Fri, 28 Feb 2025 08:26:44 +0000
Nuno Sá <noname.nuno@...il.com> wrote:

> On Thu, 2025-02-27 at 20:27 +0100, Folker Schwesinger wrote:
> > Fix a typo in the docstring of iio_dma_buffer_read() and fix what looks
> > like a copy-and-paste error in the iio_dma_buffer_write() docstring.
> > 
> > Signed-off-by: Folker Schwesinger <dev@...ker-schwesinger.de>
> > ---  
> 
> Reviewed-by: Nuno Sá <nuno.sa@...log.com>
Applied. Thanks.

> 
> >  drivers/iio/buffer/industrialio-buffer-dma.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/drivers/iio/buffer/industrialio-buffer-dma.c
> > b/drivers/iio/buffer/industrialio-buffer-dma.c
> > index 7ea784304ffb..ee294a775e8a 100644
> > --- a/drivers/iio/buffer/industrialio-buffer-dma.c
> > +++ b/drivers/iio/buffer/industrialio-buffer-dma.c
> > @@ -624,7 +624,7 @@ static int iio_dma_buffer_io(struct iio_buffer *buffer,
> > size_t n,
> >  
> >  /**
> >   * iio_dma_buffer_read() - DMA buffer read callback
> > - * @buffer: Buffer to read form
> > + * @buffer: Buffer to read from
> >   * @n: Number of bytes to read
> >   * @user_buffer: Userspace buffer to copy the data to
> >   *
> > @@ -640,7 +640,7 @@ EXPORT_SYMBOL_NS_GPL(iio_dma_buffer_read,
> > "IIO_DMA_BUFFER");
> >  
> >  /**
> >   * iio_dma_buffer_write() - DMA buffer write callback
> > - * @buffer: Buffer to read form
> > + * @buffer: Buffer to write to
> >   * @n: Number of bytes to read
> >   * @user_buffer: Userspace buffer to copy the data from
> >   *
> > 
> > base-commit: faeaa1ec6c63b6676679f321601471772f2a0c9b  
> 
> 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ