public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/1] Fix spelling typo in samples/vfio-mdev
@ 2025-10-15  1:59 Chu Guangqing
  2025-10-15  1:59 ` [PATCH v3 1/1] vfio/mtty: " Chu Guangqing
  0 siblings, 1 reply; 3+ messages in thread
From: Chu Guangqing @ 2025-10-15  1:59 UTC (permalink / raw)
  To: kwankhede; +Cc: kvm, linux-kernel, Chu Guangqing

Fixes for some spelling errors in vfio-mdev


v3:
 - The vfio-mdev module patch as a separate thread

v2:
 - Merge into a single commit 
 (https://lore.kernel.org/all/20251014060849.3074-1-chuguangqing@inspur.com/
)
v1:
 (https://lore.kernel.org/all/20251014023450.1023-1-chuguangqing@inspur.com/)

Chu Guangqing (1):
  vfio/mtty: Fix spelling typo in samples/vfio-mdev

 samples/vfio-mdev/mtty.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.43.7


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH v3 1/1] vfio/mtty: Fix spelling typo in samples/vfio-mdev
  2025-10-15  1:59 [PATCH v3 0/1] Fix spelling typo in samples/vfio-mdev Chu Guangqing
@ 2025-10-15  1:59 ` Chu Guangqing
  2025-11-07  4:34   ` Alex Williamson
  0 siblings, 1 reply; 3+ messages in thread
From: Chu Guangqing @ 2025-10-15  1:59 UTC (permalink / raw)
  To: kwankhede; +Cc: kvm, linux-kernel, Chu Guangqing

mtty.c
The comment incorrectly used "atleast" instead of "at least".

Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
---
 samples/vfio-mdev/mtty.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/vfio-mdev/mtty.c b/samples/vfio-mdev/mtty.c
index 59eefe2fed10..6cb3e5974990 100644
--- a/samples/vfio-mdev/mtty.c
+++ b/samples/vfio-mdev/mtty.c
@@ -624,7 +624,7 @@ static void handle_bar_read(unsigned int index, struct mdev_state *mdev_state,
 		u8 lsr = 0;
 
 		mutex_lock(&mdev_state->rxtx_lock);
-		/* atleast one char in FIFO */
+		/* at least one char in FIFO */
 		if (mdev_state->s[index].rxtx.head !=
 				 mdev_state->s[index].rxtx.tail)
 			lsr |= UART_LSR_DR;
-- 
2.43.7


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v3 1/1] vfio/mtty: Fix spelling typo in samples/vfio-mdev
  2025-10-15  1:59 ` [PATCH v3 1/1] vfio/mtty: " Chu Guangqing
@ 2025-11-07  4:34   ` Alex Williamson
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Williamson @ 2025-11-07  4:34 UTC (permalink / raw)
  To: Chu Guangqing; +Cc: kwankhede, kvm, linux-kernel

On Wed, 15 Oct 2025 09:59:54 +0800
Chu Guangqing <chuguangqing@inspur.com> wrote:

> mtty.c
> The comment incorrectly used "atleast" instead of "at least".
> 
> Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
> ---
>  samples/vfio-mdev/mtty.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to vfio next branch for v6.19.  Thanks,

Alex

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-11-07  4:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-15  1:59 [PATCH v3 0/1] Fix spelling typo in samples/vfio-mdev Chu Guangqing
2025-10-15  1:59 ` [PATCH v3 1/1] vfio/mtty: " Chu Guangqing
2025-11-07  4:34   ` Alex Williamson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox