mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07: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