mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
virtio_console: Fix spelling mistake "colums" -> "columns"
There is a spelling mistake in a struct description. Fix it. Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Message-ID: <20260418-virtio-typo-v1-1-0df6f943a79d@ethancedwards.com>
This commit is contained in:
parent
548d220845
commit
02687282c7
|
|
@ -44,7 +44,7 @@
|
|||
#define VIRTIO_CONSOLE_BAD_ID (~(__u32)0)
|
||||
|
||||
struct virtio_console_config {
|
||||
/* colums of the screens */
|
||||
/* columns of the screens */
|
||||
__virtio16 cols;
|
||||
/* rows of the screens */
|
||||
__virtio16 rows;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user