tty: serial: bcm63xx: Fix typo in MODULE_DESCRIPTION
authorKevin Cernekee <[email protected]>
Tue, 21 Oct 2014 22:23:00 +0000 (15:23 -0700)
committerGreg Kroah-Hartman <[email protected]>
Thu, 6 Nov 2014 22:57:23 +0000 (14:57 -0800)
Remove the extra '<' character.

Signed-off-by: Kevin Cernekee <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/tty/serial/bcm63xx_uart.c

index de955732607df1a8636d0899bedd9baa712ba649..b615af2230aace6363328c0a42e12ac6c90435b0 100644 (file)
@@ -906,5 +906,5 @@ module_init(bcm_uart_init);
 module_exit(bcm_uart_exit);
 
 MODULE_AUTHOR("Maxime Bizon <[email protected]>");
-MODULE_DESCRIPTION("Broadcom 63<xx integrated uart driver");
+MODULE_DESCRIPTION("Broadcom 63xx integrated uart driver");
 MODULE_LICENSE("GPL");