diff options
| author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-02-14 15:14:55 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-03-18 12:59:29 +0100 |
| commit | e2c2e7987106efbb576d7a46fbc9298fafd0b844 (patch) | |
| tree | 76146b5db8ce76c782c2deedbeb9b8011b1abfc3 /drivers/tty | |
| parent | serial: sprd: remove redundant sprd_port cleanup (diff) | |
| download | linux-e2c2e7987106efbb576d7a46fbc9298fafd0b844.tar.gz linux-e2c2e7987106efbb576d7a46fbc9298fafd0b844.zip | |
tty: nozomi: fix spelling mistake "reserverd" -> "reserved"
The reserved bits should be named reserved.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20200214141455.20902-1-alexandre.belloni@bootlin.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
| -rw-r--r-- | drivers/tty/nozomi.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |
