]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
virtio_console: Fix spelling mistake "colums" -> "columns"
authorEthan Carter Edwards <ethan@ethancedwards.com>
Sun, 19 Apr 2026 00:49:48 +0000 (20:49 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 10 Jun 2026 06:14:02 +0000 (02:14 -0400)
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>

include/uapi/linux/virtio_console.h

index 7e6ec2ff0560600cce23e31d85bef6132f49d773..0506539e6553a54229442fb926f86b68367979ea 100644 (file)
@@ -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;