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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1749779153.2349436-2-xuanzhuo@linux.alibaba.com>
Date: Fri, 13 Jun 2025 09:45:53 +0800
From: Xuan Zhuo <xuanzhuo@...ux.alibaba.com>
To: Alok Tiwari <alok.a.tiwari@...cle.com>
Cc: alok.a.tiwari@...cle.com,
 linux-kernel@...r.kernel.org,
 darren.kenny@...cle.com,
 david@...hat.com,
 mst@...hat.com,
 jasowang@...hat.com,
 eperezma@...hat.com,
 virtualization@...ts.linux.dev
Subject: Re: [PATCH v2 1/3] virtio: Fix typo in register_virtio_device() doc comment

On Thu, 29 May 2025 01:42:39 -0700, Alok Tiwari <alok.a.tiwari@...cle.com> wrote:
> Corrected "suceess" to "success" in the function documentation
> for clarity.
>
> Signed-off-by: Alok Tiwari <alok.a.tiwari@...cle.com>
> Acked-by: Jason Wang <jasowang@...hat.com>

Reviewed-by: Xuan Zhuo <xuanzhuo@...ux.alibaba.com>

> ---
> v1 -> v2
> No changes; only added Acked-by: Jason Wang.
> ---
>  drivers/virtio/virtio.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/virtio/virtio.c b/drivers/virtio/virtio.c
> index 95d5d7993e5b..2c022640ec4b 100644
> --- a/drivers/virtio/virtio.c
> +++ b/drivers/virtio/virtio.c
> @@ -506,7 +506,7 @@ static int virtio_device_of_init(struct virtio_device *dev)
>   * On error, the caller must call put_device on &@...->dev (and not kfree),
>   * as another code path may have obtained a reference to @dev.
>   *
> - * Returns: 0 on suceess, -error on failure
> + * Returns: 0 on success, -error on failure
>   */
>  int register_virtio_device(struct virtio_device *dev)
>  {
> --
> 2.47.1
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ