Commit e2c2e798 authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Greg Kroah-Hartman
Browse files

tty: nozomi: fix spelling mistake "reserverd" -> "reserved"

parent 72534077
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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));