From 02687282c751a77b774e4a16d5e937c3ecd1731d Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Sat, 18 Apr 2026 20:49:48 -0400 Subject: virtio_console: Fix spelling mistake "colums" -> "columns" There is a spelling mistake in a struct description. Fix it. Signed-off-by: Ethan Carter Edwards Signed-off-by: Michael S. Tsirkin Message-ID: <20260418-virtio-typo-v1-1-0df6f943a79d@ethancedwards.com> --- include/uapi/linux/virtio_console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/uapi/linux') diff --git a/include/uapi/linux/virtio_console.h b/include/uapi/linux/virtio_console.h index 7e6ec2ff0560..0506539e6553 100644 --- a/include/uapi/linux/virtio_console.h +++ b/include/uapi/linux/virtio_console.h @@ -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; -- cgit v1.2.3