[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200214141455.20902-1-alexandre.belloni@bootlin.com>
Date: Fri, 14 Feb 2020 15:14:55 +0100
From: Alexandre Belloni <alexandre.belloni@...tlin.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Jiri Slaby <jslaby@...e.com>, linux-kernel@...r.kernel.org,
Alexandre Belloni <alexandre.belloni@...tlin.com>
Subject: [PATCH] tty: nozomi: fix spelling mistake "reserverd" -> "reserved"
The reserved bits should be named reserved.
Signed-off-by: Alexandre Belloni <alexandre.belloni@...tlin.com>
---
drivers/tty/nozomi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/tty/nozomi.c b/drivers/tty/nozomi.c
index ed99948f3b7f..4b82ec30c789 100644
--- a/drivers/tty/nozomi.c
+++ b/drivers/tty/nozomi.c
@@ -301,7 +301,7 @@ struct ctrl_dl {
unsigned int DCD:1;
unsigned int RI:1;
unsigned int CTS:1;
- unsigned int reserverd:4;
+ unsigned int reserved:4;
u8 port;
} __attribute__ ((packed));
--
2.24.1
Powered by blists - more mailing lists