mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 02:17:36 -04: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:
committed by
Michael S. Tsirkin
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;
|
||||
|
||||
Reference in New Issue
Block a user