mirror of https://github.com/torvalds/linux.git
vfio/mtty: Fix spelling typo in samples/vfio-mdev
The comment incorrectly used "atleast" instead of "at least". Signed-off-by: Chu Guangqing <chuguangqing@inspur.com> Link: https://lore.kernel.org/r/20251015015954.2363-2-chuguangqing@inspur.com Signed-off-by: Alex Williamson <alex@shazbot.org>
This commit is contained in:
parent
a52b1a7112
commit
abe7d63640
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue