[PATCH v3 0/2] Drivers: hv: fix typos in comments

Hemanth Selam posted 2 patches 1 week, 3 days ago
drivers/hv/channel.c        | 2 +-
tools/hv/hv_get_dns_info.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH v3 0/2] Drivers: hv: fix typos in comments
Posted by Hemanth Selam 1 week, 3 days ago
Two one-line comment typo fixes.  The diffs are unchanged from v2.

v3:
 - Trimmed the commit messages down to a single line each (Wei Liu).
 - Dropped the Assisted-by trailer naming the model.
 - Moved the note about the v1 -> v2 subject prefix change out of patch
   1/2's commit message and into this cover letter: the prefix became
   "Drivers: hv: vmbus:" to match the subsystem's history, as Michael
   Kelley pointed out.

Michael Kelley's Reviewed-by is carried over on both patches, as neither
diff changed.

v2: https://lore.kernel.org/all/20260907044946.10813-1-hemanth.selam@gmail.com/


Hemanth Selam (2):
  Drivers: hv: vmbus: fix typo "substract" in comment
  tools/hv: fix typo "retrive" in comment

 drivers/hv/channel.c        | 2 +-
 tools/hv/hv_get_dns_info.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.48.1
Re: [PATCH v3 0/2] Drivers: hv: fix typos in comments
Posted by Wei Liu 5 days, 9 hours ago
On Tue, Sep 15, 2026 at 12:31:43PM +0530, Hemanth Selam wrote:
> Two one-line comment typo fixes.  The diffs are unchanged from v2.
> 
> v3:
>  - Trimmed the commit messages down to a single line each (Wei Liu).
>  - Dropped the Assisted-by trailer naming the model.
>  - Moved the note about the v1 -> v2 subject prefix change out of patch
>    1/2's commit message and into this cover letter: the prefix became
>    "Drivers: hv: vmbus:" to match the subsystem's history, as Michael
>    Kelley pointed out.
> 
> Michael Kelley's Reviewed-by is carried over on both patches, as neither
> diff changed.
> 
> v2: https://lore.kernel.org/all/20260907044946.10813-1-hemanth.selam@gmail.com/
> 
> 
> Hemanth Selam (2):
>   Drivers: hv: vmbus: fix typo "substract" in comment
>   tools/hv: fix typo "retrive" in comment
> 

Applied. Thanks.