Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tty: serial: efm32: fix spelling mistake "reserverd" -> "reserved"

Fix a spelling mistake in a comment.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20200214141406.20792-1-alexandre.belloni@bootlin.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Alexandre Belloni and committed by
Greg Kroah-Hartman
47eff47c 9ff2f0f7

+1 -1
+1 -1
drivers/tty/serial/efm32-uart.c
··· 200 200 /* 201 201 * This is a reserved bit and I only saw it read as 0. But to be 202 202 * sure not to be confused too much by new devices adhere to the 203 - * warning in the reference manual that reserverd bits might 203 + * warning in the reference manual that reserved bits might 204 204 * read as 1 in the future. 205 205 */ 206 206 rxdata &= ~SW_UARTn_RXDATAX_BERR;