[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID:
<SN6PR02MB415746FCD52B7D03B83DB095D416A@SN6PR02MB4157.namprd02.prod.outlook.com>
Date: Thu, 18 Sep 2025 03:53:21 +0000
From: Michael Kelley <mhklinux@...look.com>
To: Alok Tiwari <alok.a.tiwari@...cle.com>, "kys@...rosoft.com"
<kys@...rosoft.com>, "haiyangz@...rosoft.com" <haiyangz@...rosoft.com>,
"wei.liu@...nel.org" <wei.liu@...nel.org>, "decui@...rosoft.com"
<decui@...rosoft.com>, "linux-hyperv@...r.kernel.org"
<linux-hyperv@...r.kernel.org>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH 3/3] drivers: hv: vmbus: Fix typos in vmbus_drv.c
From: Alok Tiwari <alok.a.tiwari@...cle.com> Sent: Saturday, September 13, 2025 12:25 PM
> To: kys@...rosoft.com; haiyangz@...rosoft.com; wei.liu@...nel.org;
> decui@...rosoft.com; linux-hyperv@...r.kernel.org
> Cc: alok.a.tiwari@...cle.com; linux-kernel@...r.kernel.org
> Subject: [PATCH 3/3] drivers: hv: vmbus: Fix typos in vmbus_drv.c
>
> Fix two minor typos in vmbus_drv.c:
> - Correct "reponsible" -> "responsible" in a comment.
> - Add missing newline in pr_err() message ("channeln" -> "channel\n").
>
> These are cosmetic changes only and do not affect functionality.
>
> Signed-off-by: Alok Tiwari <alok.a.tiwari@...cle.com>
> ---
> drivers/hv/vmbus_drv.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
> index fbab9f2d7fa6..69591dc7bad2 100644
> --- a/drivers/hv/vmbus_drv.c
> +++ b/drivers/hv/vmbus_drv.c
> @@ -1947,7 +1947,7 @@ static const struct kobj_type vmbus_chan_ktype = {
> * is running.
> * For example, HV_NIC device is used either by uio_hv_generic or hv_netvsc at any given point of
> * time, and "ring" sysfs is needed only when uio_hv_generic is bound to that device. To avoid
> - * exposing the ring buffer by default, this function is reponsible to enable visibility of
> + * exposing the ring buffer by default, this function is responsible to enable visibility of
> * ring for userspace to use.
> * Note: Race conditions can happen with userspace and it is not encouraged to create new
> * use-cases for this. This was added to maintain backward compatibility, while solving
> @@ -2110,7 +2110,7 @@ int vmbus_device_register(struct hv_device *child_device_obj)
> ret = vmbus_add_channel_kobj(child_device_obj,
> child_device_obj->channel);
> if (ret) {
> - pr_err("Unable to register primary channeln");
> + pr_err("Unable to register primary channel\n");
> goto err_kset_unregister;
> }
> hv_debug_add_dev_dir(child_device_obj);
> --
> 2.50.1
>
Reviewed-by: Michael Kelley <mhklinux@...look.com>
Powered by blists - more mailing lists