From: Ethan Carter Edwards Date: Sun, 19 Apr 2026 00:49:48 +0000 (-0400) Subject: virtio_console: Fix spelling mistake "colums" -> "columns" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02687282c751a77b774e4a16d5e937c3ecd1731d;p=thirdparty%2Flinux.git 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> --- diff --git a/include/uapi/linux/virtio_console.h b/include/uapi/linux/virtio_console.h index 7e6ec2ff05606..0506539e6553a 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;